Amazon Affiliates Link Maker

Quickly create Amazon Affiliate links while browsing Amazon.

Wat is Amazon Affiliates Link Maker?

Amazon Affiliates Link Maker is een Chrome-extensie ontwikkeld door Mr Sploodge, en de belangrijkste functie is "Quickly create Amazon Affiliate links while browsing Amazon.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Amazon Affiliates Link Maker

Download Amazon Affiliates Link Maker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 :)                    

Basisinformatie over de Extensie

Naam Amazon Affiliates Link Maker Amazon Affiliates Link Maker
ID egkocgaccgbefacjmdnlfmlmccgacjck
Officiële URL https://chromewebstore.google.com/detail/amazon-affiliates-link-ma/egkocgaccgbefacjmdnlfmlmccgacjck
Beschrijving Quickly create Amazon Affiliate links while browsing Amazon.
Bestandsgrootte 156 KB
Aantal Installaties 6,876
Huidige Versie 1.1
Laatst Bijgewerkt 2015-03-02
Publicatiedatum 2015-03-02
Beoordeling 3.80/5 Totaal 10 Beoordelingen
Ontwikkelaar Mr Sploodge
Betalingswijze free
Ondersteunde Talen 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"
}