eZ Elite Creator

Easily create eZ Elites from your Amazon and eBay shipments

eZ Elite Creatorคืออะไร?

eZ Elite Creator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getezone.com และคุณลักษณะหลักของมันคือ "Easily create eZ Elites from your Amazon and eBay shipments"

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

screenshot

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

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

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

                        Easily create eZ Elites from your Amazon and eBay shipments.

Runs in the background of your Chrome browser or run manually through the interface.

Requires login to Amazon, eBay and eZone accounts.                    

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

ชื่อ eZ Elite Creator eZ Elite Creator
ID npffgkeiloipncddpajpeafdahfgoibo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ez-elite-creator/npffgkeiloipncddpajpeafdahfgoibo
คำอธิบาย Easily create eZ Elites from your Amazon and eBay shipments
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 1,594
เวอร์ชันปัจจุบัน 1.9.5
อัปเดตครั้งล่าสุด 2022-07-18
วันที่เผยแพร่ 2020-07-23
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://getezone.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getezone.com
URL หน้าช่วยเหลือ https://getezone.com/faqs
URL หน้านโยบายความเป็นส่วนตัว https://www.getezone.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eZ Elite Creator",
    "description": "Easily create eZ Elites from your Amazon and eBay shipments",
    "version": "1.9.5",
    "icons": {
        "128": "www\/images\/icon128.png"
    },
    "background": {
        "scripts": [
            "www\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ebay.com\/*"
            ],
            "js": [
                "www\/js\/scrapeEbayContent.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "www\/images\/icon19.png",
            "38": "www\/images\/icon38.png",
            "128": "www\/images\/icon128.png"
        },
        "default_popup": "www\/index.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "webNavigation",
        "unlimitedStorage",
        "https:\/\/*.getezone.com\/",
        "https:\/\/*.amazon.com\/",
        "https:\/\/amazon.com\/",
        "https:\/\/*.ebay.com\/*",
        "https:\/\/ebay.com\/"
    ]
}