eBay.in Affiliate Link Generator

Get your deeplink directly from the eBay.in page.

eBay.in Affiliate Link Generatorคืออะไร?

eBay.in Affiliate Link Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eBay India Affiliates และคุณลักษณะหลักของมันคือ "Get your deeplink directly from the eBay.in page."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eBay.in Affiliate Link Generator

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

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

                        Get your deeplink directly from the eBay.in page.                    

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

ชื่อ eBay.in Affiliate Link Generator eBay.in Affiliate Link Generator
ID jfjbbakkeggpkjklfdiacnchjjmocoac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ebayin-affiliate-link-gen/jfjbbakkeggpkjklfdiacnchjjmocoac
คำอธิบาย Get your deeplink directly from the eBay.in page.
ขนาดไฟล์ 36.37 KB
จำนวนการติดตั้ง 1,523
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2018-01-02
วันที่เผยแพร่ 2018-01-02
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา eBay India Affiliates
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ebayindia.hasoffers.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay.in Affiliate Link Generator",
    "short_name": "eBay Links",
    "version": "0.2",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "eBay.in Affiliate Link Generator"
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ebay.in\/*",
                "http:\/\/www.ebay.in\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ]
}