Amazon Affiliate Linkerizer
Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
Qu'est-ce que Amazon Affiliate Linkerizer ?
Amazon Affiliate Linkerizer est une extension Chrome développée par https://www.jimmypautz.com, et sa fonction principale est "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Affiliate Linkerizer
Téléchargez les fichiers d'extension Amazon Affiliate Linkerizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Adds a button that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
Informations de Base sur l'Extension
Nom | Amazon Affiliate Linkerizer |
ID | ienfbnlpkangilghbiipkfiibnfgfnad |
URL Officiel | 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. |
Taille du Fichier | 25.66 KB |
Nombre d'Installations | 205 |
Version Actuelle | 18.5.21 |
Dernière Mise à Jour | 2018-05-21 |
Date de Publication | 2018-05-21 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | https://www.jimmypautz.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://jimmypautz.com/amazon-affiliate-linkerizer/ |
Langues Prises en Charge | 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}" } } } |