Affiliator

Easy affiliate linking

Affiliatorคืออะไร?

Affiliator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.affiliator.io และคุณลักษณะหลักของมันคือ "Easy affiliate linking"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Affiliator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Affiliator is an extension to access the affiliator.io service, which simplifies the managment of affiliate links for Amazon, iTunes, B&H, eBay, Walmart, Target, Best Buy, Staples, Shopify, Etsy and many more.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Affiliator Affiliator
ID pklbpogiggkdejgafdchflgdhicghklf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/affiliator/pklbpogiggkdejgafdchflgdhicghklf
คำอธิบาย Easy affiliate linking
ขนาดไฟล์ 64.1 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 0.9.1
อัปเดตครั้งล่าสุด 2017-03-30
วันที่เผยแพร่ 2017-03-30
ผู้พัฒนา https://www.affiliator.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.affiliator.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Affiliator",
    "short_name": "Easy affiliate linking",
    "description": "Easy affiliate linking",
    "version": "0.9.1",
    "homepage_url": "http:\/\/www.affiliator.io",
    "icons": {
        "16": ".\/icon16.png",
        "48": ".\/icon48.png",
        "128": ".\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "affiliator.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/*.affiliator.io\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/selection.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}