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 |
| Eメール | [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}"
}
}
} | |