Amazon Referal Generator

Easy generate Referal Links in every Language with only one click. This avoid you to go to every single page for every language.

Amazon Referal Generatorคืออะไร?

Amazon Referal Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย schucktimo123 และคุณลักษณะหลักของมันคือ "Easy generate Referal Links in every Language with only one click. This avoid you to go to every single page for every language."

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

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

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

                                            

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

ชื่อ Amazon Referal Generator Amazon Referal Generator
ID fbfmfnhlcfndkbmlanommehblnegfchd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/amazon-referal-generator/fbfmfnhlcfndkbmlanommehblnegfchd
คำอธิบาย Easy generate Referal Links in every Language with only one click. This avoid you to go to every single page for every language.
ขนาดไฟล์ 130 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2016-01-26
วันที่เผยแพร่ 2016-01-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา schucktimo123
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Referal Generator",
    "version": "1",
    "description": "Easy generate Referal Links in every Language with only one click. This avoid you to go to every single page for every language.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "AMZ Referal Generator",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "offline_enabled": true,
    "optional_permissions": [
        "tabs"
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        ""
    ],
    "version_name": "v1"
}