Amazon Affiliates Link Maker
Quickly create Amazon Affiliate links while browsing Amazon.
Qu'est-ce que Amazon Affiliates Link Maker ?
Amazon Affiliates Link Maker est une extension Chrome développée par Mr Sploodge, et sa fonction principale est "Quickly create Amazon Affiliate links while browsing Amazon.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Affiliates Link Maker
Téléchargez les fichiers d'extension Amazon Affiliates Link Maker 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
This extension is ideal for those creating many links to Amazon Affiliated products. just click the icon whilst browsing an Amazon product and copy the clean Affiliate Link. You can easily change the Affiliate ID to your own. Version 1.1 - Minor code edits. Updated description. Version 1.0 - Initial release. Please note that this extension defaults to my Amazon Affiliate ID. Make sure you change this in the options or I will be getting free money :)
Informations de Base sur l'Extension
Nom | |
ID | egkocgaccgbefacjmdnlfmlmccgacjck |
URL Officiel | https://chromewebstore.google.com/detail/amazon-affiliates-link-ma/egkocgaccgbefacjmdnlfmlmccgacjck |
Description | Quickly create Amazon Affiliate links while browsing Amazon. |
Taille du Fichier | 156 KB |
Nombre d'Installations | 6,876 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-03-02 |
Date de Publication | 2015-03-02 |
Évaluation | 3.80/5 Total 10 Évaluations |
Développeur | Mr Sploodge |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "background": { "page": "background.html" }, "description": "Quickly create Amazon Affiliate links while browsing Amazon.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Amazon Affiliates Link Maker", "options_page": "options.html", "page_action": { "default_icon": "icon-16.png", "default_popup": "popup.html", "default_title": "Amazon Affiliates Link Maker" }, "permissions": [ "clipboardWrite", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |