Amazon Affiliate Linkerizer
Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
Vad är Amazon Affiliate Linkerizer?
Amazon Affiliate Linkerizer är en Chrome-tillägg utvecklad av https://www.jimmypautz.com, och dess huvudfunktion är "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.".
Tilläggsskärmbilder
Ladda ner Amazon Affiliate Linkerizer-förlängningens CRX-fil
Ladda ner Amazon Affiliate Linkerizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds a button that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
Grundläggande Information om Tillägg
Namn | Amazon Affiliate Linkerizer |
ID | ienfbnlpkangilghbiipkfiibnfgfnad |
Officiell webbadress | https://chromewebstore.google.com/detail/amazon-affiliate-linkeriz/ienfbnlpkangilghbiipkfiibnfgfnad |
Beskrivning | Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard. |
Filstorlek | 25.66 KB |
Antal Installationer | 205 |
Aktuell Version | 18.5.21 |
Senast Uppdaterad | 2018-05-21 |
Publiceringsdatum | 2018-05-21 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | https://www.jimmypautz.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://jimmypautz.com/amazon-affiliate-linkerizer/ |
Stödda Språk | 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}" } } } |