Amazon Affiliates Link Maker
Quickly create Amazon Affiliate links while browsing Amazon.
Was ist Amazon Affiliates Link Maker?
Amazon Affiliates Link Maker ist eine Chrome-Erweiterung, die von Mr Sploodge entwickelt wurde, und ihr Hauptmerkmal ist "Quickly create Amazon Affiliate links while browsing Amazon.".
Erweiterungsscreenshots
Amazon Affiliates Link Maker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Amazon Affiliates Link Maker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :)
Grundlegende Informationen zur Erweiterung
Name | Amazon Affiliates Link Maker |
ID | egkocgaccgbefacjmdnlfmlmccgacjck |
Offizielle URL | https://chromewebstore.google.com/detail/amazon-affiliates-link-ma/egkocgaccgbefacjmdnlfmlmccgacjck |
Beschreibung | Quickly create Amazon Affiliate links while browsing Amazon. |
Dateigröße | 156 KB |
Installationsanzahl | 6,876 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-03-02 |
Veröffentlichungsdatum | 2015-03-02 |
Bewertung | 3.80/5 Insgesamt 10 Bewertungen |
Entwickler | Mr Sploodge |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |