Add eBay auction to Auction Defender

Add eBay auction to Auction Defender

Add eBay auction to Auction Defenderคืออะไร?

Add eBay auction to Auction Defender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ilko.nikolov และคุณลักษณะหลักของมันคือ "Add eBay auction to Auction Defender"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add eBay auction to Auction Defender

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

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

                        You can add auctions to Auction Defender with the click of a button directly from Google Chome. You can even import multiple auctions from a list of search results ! You should be used Auction Defender version 3. 0. 8. 9 or more.                    

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

ชื่อ Add eBay auction to Auction Defender Add eBay auction to Auction Defender
ID npameidhlpkedgfjbngfddilcgoejbho
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/add-ebay-auction-to-aucti/npameidhlpkedgfjbngfddilcgoejbho
คำอธิบาย Add eBay auction to Auction Defender
ขนาดไฟล์ 34.1 KB
จำนวนการติดตั้ง 493
เวอร์ชันปัจจุบัน 1.0.0.3
อัปเดตครั้งล่าสุด 2015-08-06
วันที่เผยแพร่ 2015-08-06
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา ilko.nikolov
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.auctiondefender.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add eBay auction to Auction Defender",
    "version": "1.0.0.3",
    "description": "Add eBay auction to Auction Defender",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "f-32.png",
        "default_title": "Add eBay auction to Auction Defender"
    },
    "permissions": [
        "nativeMessaging",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "management"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "f-16.png",
        "24": "f-24.png",
        "32": "f-32.png"
    }
}