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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.jimmypautz.com และคุณลักษณะหลักของมันคือ "Adds an address bar icon that shortens and shrinks Amazon links, adds your affiliate code, and copies it to your clipboard."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Affiliate Linkerizer

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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}"
        }
    }
}