Pezant Affiliate Link

Applies the Pezant Amazon Affiliate Tracking Id to Amazon webpages so all purchases are credited to your favourite content creator!.

Pezant Affiliate Linkとは何ですか?

Pezant Affiliate Linkはhttps://pezant.caによって開発されたChromeの拡張機能で、その主な機能は「Applies the Pezant Amazon Affiliate Tracking Id to Amazon webpages so all purchases are credited to your favourite content creator!.」です。

拡張機能のスクリーンショット

screenshot

Pezant Affiliate Link拡張機能のCRXファイルをダウンロード

Pezant Affiliate Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension appends my tracking ID to the address bar when you are browsing Amazon so that I get credit as a referral for your purchase.

It is entirely locally based and no information is transferred.

Finally fixed the issues with search not functioning properly and specific page links not functioning as well.

Got rid of the automatic search box targeting functionality. That was just annoying. Sorry about that.

PRIVACY POLICY

PEZANT AMAZON AFFILIATE EXTENSION
PRIVACY POLICY
Last Updated: May 6, 2019

This privacy policy (“Policy”) describes how Pezant Amazon Affiliate Extension collects, uses and shares personal information of consumer users of the extension.

WHAT WE COLLECT

We get information about you in a range of ways. 

Information You Give Us. None of your data is collected by this extension. any data transmitted will solely be between your browser and the sites you visit.

Information Automatically Collected. None of your data is collected by this extension. Any data transmitted will solely be between your browser and the sites you visit. 

USE OF PERSONAL INFORMATION

We use your personal information as follows:
None of your data is collected by this extension. Any data transmitted will solely be between your browser and the sites you visit.


CHANGES TO THIS PRIVACY POLICY. We may change this privacy policy. If we make any changes, we will change the Last Updated date above and the policy accordingly.                    

拡張機能の基本情報

名前 Pezant Affiliate Link Pezant Affiliate Link
ID mehgamhmpgfkgnlmopiicfoahockhkga
公式URL https://chromewebstore.google.com/detail/pezant-affiliate-link/mehgamhmpgfkgnlmopiicfoahockhkga
説明 Applies the Pezant Amazon Affiliate Tracking Id to Amazon webpages so all purchases are credited to your favourite content creator!.
ファイルサイズ 21.27 KB
インストール数 63
現在のバージョン 1.85
最終更新日 2019-11-03
公開日 2019-11-02
評価 4.00/5 合計 8 レビュー
開発者 https://pezant.ca
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http:/www.pezant.ca
プライバシーポリシーページのURL https://www.pezant.ca/pezant-amazon-affiliate-link-privacy-policy
対応言語 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Pezant Affiliate Link"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "http:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.ca\/*",
                "http:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "http:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.de\/*",
                "http:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.es\/*",
                "http:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.fr\/*",
                "http:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.it\/*",
                "http:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "http:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.cn\/*"
            ]
        }
    ],
    "description": "Applies the Pezant Amazon Affiliate Tracking Id to Amazon webpages so all purchases are credited to your favourite content creator!.",
    "homepage_url": "http:\/\/pezant.ca",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Pezant Affiliate Link",
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.ca\/*",
        "http:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "http:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.de\/*",
        "http:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.es\/*",
        "http:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.fr\/*",
        "http:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.it\/*",
        "http:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "http:\/\/www.amazon.cn\/*",
        "https:\/\/www.amazon.cn\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.85"
}