Amazon Affiliate Linkerizer
Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
什么是Amazon Affiliate Linkerizer?
Amazon Affiliate Linkerizer是由https://www.jimmypautz.com开发的Chrome扩展程序,该扩展的主要功能是“Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.”。
扩展截图
下载Amazon Affiliate Linkerizer扩展crx文件
下载Amazon Affiliate Linkerizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a button that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard. 扩展基本信息
| 名称 | |
| ID | ienfbnlpkangilghbiipkfiibnfgfnad |
| 官方URL | https://chromewebstore.google.com/detail/amazon-affiliate-linkeriz/ienfbnlpkangilghbiipkfiibnfgfnad |
| 简介 | Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard. |
| 文件大小 | 25.66 KB |
| 安装次数 | 205 |
| 当前版本 | 18.5.21 |
| 更新时间 | 2018-05-21 |
| 上架时间 | 2018-05-21 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | https://www.jimmypautz.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://jimmypautz.com/amazon-affiliate-linkerizer/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Amazon Affiliate Linkerizer",
"author": "Jimmy Pautz",
"version": "18.5.21",
"description": "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.",
"icons": {
"128": "images\/icon128.png",
"32": "images\/icon32.png"
},
"manifest_version": 2,
"options_ui": {
"page": "settings\/options.html"
},
"background": {
"page": "background.html"
},
"page_action": {
"default_icon": "images\/icon64.png",
"default_title": "Amazon Affiliate Linkerizer"
},
"permissions": [
"tabs",
"clipboardWrite",
"storage"
],
"applications": {
"gecko": {
"id": "{d7af3e00-b7a9-44d3-b374-71872b9e581a}"
}
}
} | |