CMDann Amazon Auto Affiliate

Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.

什麼是CMDann Amazon Auto Affiliate?

CMDann Amazon Auto Affiliate是由https://cmdann.ca開發的Chrome擴展程式,該擴展的主要功能是“Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.”。

擴展截圖

screenshot

下載CMDann Amazon Auto Affiliate擴展crx文件

下載CMDann Amazon Auto Affiliate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is a simple extension that automatically applies CMDann.ca's Amazon affiliate code. This allows you to support the site without getting in the way of your regular shopping. We appreciate everybody who uses this.                    

擴展基本資訊

名稱 CMDann Amazon Auto Affiliate CMDann Amazon Auto Affiliate
ID jneeghfiklllajlfkgbfnhidfdjgepff
官方網址 https://chromewebstore.google.com/detail/cmdann-amazon-auto-affili/jneeghfiklllajlfkgbfnhidfdjgepff
簡介 Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.
檔案大小 14.35 KB
安裝次數 16
目前版本 2.9.1
更新時間 2013-08-09
上架時間 2013-08-08
評分 5.00/5 共 2 次評分
開發者 https://cmdann.ca
付費類型 free
擴展官網 http://cmdann.ca
說明頁面URL http://cmdann.ca
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CMDann Amazon Auto Affiliate",
    "version": "2.9.1",
    "manifest_version": 2,
    "description": "Adds an extension to change all amazon links to amazon links with the cmdann.ca affiliate info.",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Thank you for supporting CMDann.ca"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.amazon.ca\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "myscript.js"
        ]
    }
}