Affiliate Link Creator
Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page
Was ist Affiliate Link Creator?
Affiliate Link Creator ist eine Chrome-Erweiterung, die von mseckington entwickelt wurde, und ihr Hauptmerkmal ist "Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page".
Erweiterungsscreenshots
Affiliate Link Creator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Affiliate Link Creator-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
Easily grab your affiliate links from any Amazon, Bookdepository or Threadless page. This extension adds a small icon in your address bar that when clicked on gives a link with your affiliate id already included. After installing the extension, you'll need to set in the options page your affiliate ID for each affiliate program you are signed up to. Affiliate Link Creator supports Amazon.com, Amazon.co.uk, Amazon.ca, Amazon.fr, Bookdepository.com, Bookdepository.co.uk and Threadless.com.
Grundlegende Informationen zur Erweiterung
Name | |
ID | eekeiblihhlocdmdnpjlncbepgbhhepj |
Offizielle URL | https://chrome.google.com/webstore/detail/affiliate-link-creator/eekeiblihhlocdmdnpjlncbepgbhhepj |
Beschreibung | Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page |
Dateigröße | 70.81 KB |
Installationsanzahl | 684 |
Aktuelle Version | 1.4 |
Letztes Update | 2013-03-01 |
Veröffentlichungsdatum | 2013-03-01 |
Bewertung | 3.13/5 Insgesamt 16 Bewertungen |
Entwickler | mseckington |
Zahlungsart | free |
Erweiterungswebsite | http://missgeeky.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Affiliate Link Creator", "manifest_version": 2, "version": "1.4", "description": "Easily grab your affiliate link from any Amazon, Bookdepository or Threadless page", "background": { "scripts": [ "scripts\/background.js", "scripts\/jsuri-1.1.1.min.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/*", "http:\/\/www.amazon.co.uk\/*", "http:\/\/www.amazon.ca\/*", "http:\/\/www.amazon.fr\/*", "http:\/\/www.threadless.com\/*", "http:\/\/www.bookdepository.co.uk\/*", "http:\/\/www.bookdepository.com\/*" ], "js": [ "scripts\/contentscript.js" ] } ], "page_action": { "default_icon": "images\/badge19.png", "default_title": "Affiliate link found", "default_popup": "pages\/popup.html" }, "permissions": [ "tabs", "clipboardWrite" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "pages\/options.html" } |