Amazon Affiliate Linkerizer

Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.

什麼是Amazon Affiliate Linkerizer?

Amazon Affiliate Linkerizer是由https://www.jimmypautz.com開發的Chrome擴展程式,該擴展的主要功能是“Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.”。

擴展截圖

screenshot

下載Amazon Affiliate Linkerizer擴展crx文件

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

擴展使用說明

                        Adds a button that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.                    

擴展基本資訊

名稱 Amazon Affiliate Linkerizer Amazon Affiliate Linkerizer
ID ienfbnlpkangilghbiipkfiibnfgfnad
官方網址 https://chromewebstore.google.com/detail/amazon-affiliate-linkeriz/ienfbnlpkangilghbiipkfiibnfgfnad
簡介 Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.
檔案大小 25.66 KB
安裝次數 205
目前版本 18.5.21
更新時間 2018-05-21
上架時間 2018-05-21
評分 4.33/5 共 3 次評分
開發者 https://www.jimmypautz.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://jimmypautz.com/amazon-affiliate-linkerizer/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Affiliate Linkerizer",
    "author": "Jimmy Pautz",
    "version": "18.5.21",
    "description": "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard.",
    "icons": {
        "128": "images\/icon128.png",
        "32": "images\/icon32.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "settings\/options.html"
    },
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": "images\/icon64.png",
        "default_title": "Amazon Affiliate Linkerizer"
    },
    "permissions": [
        "tabs",
        "clipboardWrite",
        "storage"
    ],
    "applications": {
        "gecko": {
            "id": "{d7af3e00-b7a9-44d3-b374-71872b9e581a}"
        }
    }
}