Amazon Affiliate Linkerizer
Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
What is Amazon Affiliate Linkerizer?
Amazon Affiliate Linkerizer is a Chrome extension developed by https://www.jimmypautz.com, and its main feature is "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.".
Extension Screenshots
Download Amazon Affiliate Linkerizer Extension CRX File
Download Amazon Affiliate Linkerizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a button that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
Extension Basic Information
Name | Amazon Affiliate Linkerizer |
ID | ienfbnlpkangilghbiipkfiibnfgfnad |
Official URL | https://chromewebstore.google.com/detail/amazon-affiliate-linkeriz/ienfbnlpkangilghbiipkfiibnfgfnad |
Description | Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard. |
File Size | 25.66 KB |
Installation Count | 205 |
Current Version | 18.5.21 |
Last Updated | 2018-05-21 |
Publish Date | 2018-05-21 |
Rating | 4.33/5 Total 3 Ratings |
Developer | https://www.jimmypautz.com |
[email protected] | |
Payment Type | free |
Extension Website | https://jimmypautz.com/amazon-affiliate-linkerizer/ |
Supported Languages | 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}" } } } |