如何获取某公司的产品代码(IDE+插件)
For the English version, scroll to the bottom.
产品代码代码如何获取呢?
对于软件本体而言
访问以下链接(需要自行修改某些部分),Data of The Softwares。
返回内容如下:
[
{
"code": "RSCLT",
"name": "XXXXX Command Line Tools"
},
{
"code": "YTWE",
"name": "XXXXX Workflow Editor"
},
{
"code": "DG",
"name": "XXXXX"
},
{
"code": "PS",
"name": "XXXX"
},
...
其中 code
字段是产品代码,name
字段是产品名称,将代码拼接成类似 RSCLT,YTWE,DG,PS
的格式放到 License Generator 即可。
对于付费的插件而言
先安装用户脚本管理器(如 Tampermonkey、Violentmonkey 等),再安装我开发的脚本Purchased-Plugin Info。
访问任意一个你想要访问的插件网站,接着它就会把产品代码复制到你的剪贴板中(如果有的话)。接着的步骤就是将代码拼接成类似 RSCLT,YTWE,DG,PS
的格式放到 License Generator 即可。
How can I obtain the product codes?
For the software itself
Access the following link (modify certain parts accordingly), Data of The Softwares.
The returned content is as follows:
[
{
"code": "RSCLT",
"name": "XXXXX Command Line Tools"
},
{
"code": "YTWE",
"name": "XXXXX Workflow Editor"
},
{
"code": "DG",
"name": "XXXXX"
},
{
"code": "PS",
"name": "XXXX"
},
...
Where the code
field is the product code, and the name
field is the product name. Concatenate the codes into a format like RSCLT,YTWE,DG,PS
and input it into the License Generator.
For paid plugins
First, install a user script manager (such as Tampermonkey, Violentmonkey, etc.), and then install my developed script Purchased-Plugin Info.
Visit any plugin website you wish to access, and the script will copy the product code to your clipboard (if available). The next step is to concatenate the codes into a format like RSCLT,YTWE,DG,PS
and input them into the License Generator.
空空如也!