inventorify

Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping…

inventorifyคืออะไร?

inventorify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://inventorify.com และคุณลักษณะหลักของมันคือ "Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping…"

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

screenshot

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

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

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

                        Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping business on automation. Compatible with the biggest wholesalers and eCommerce platforms: Aliexpress, Amazon, eBay, Walmart, Etsy & More.                    

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

ชื่อ inventorify inventorify
ID igpbjpbnbecobnckbbodjgakbpblhpja
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/inventorify/igpbjpbnbecobnckbbodjgakbpblhpja
คำอธิบาย Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping…
ขนาดไฟล์ 908 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.7.1
อัปเดตครั้งล่าสุด 2019-04-25
วันที่เผยแพร่ 2019-04-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://inventorify.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://inventorify.com
URL หน้าช่วยเหลือ https://www.inventorify.com/help-center/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "inventorify",
    "version": "1.7.1",
    "icons": {
        "16": "libs\/icons\/favicon.ico",
        "48": "libs\/icons\/favicon.ico",
        "128": "libs\/icons\/favicon.ico",
        "129": "libs\/icons\/favicon.ico"
    },
    "web_accessible_resources": [
        "libs\/icons\/loader.gif",
        "libs\/icons\/favicon.ico",
        "libs\/icons\/logo-text.png",
        "libs\/icons\/inventorify.png",
        "libs\/icons\/login.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.app.importify.net\/dashboard\/products",
                "*:\/\/*.app.importify.net\/dashboard\/products\/",
                "*:\/\/*.app.importify.net\/dashboard\/products\/index",
                "*:\/\/*.app.importify.net\/dashboard\/products\/index?*",
                "*:\/\/*.app.zonifyapp.com\/dashboard\/products",
                "*:\/\/*.app.zonifyapp.com\/dashboard\/products\/",
                "*:\/\/*.app.zonifyapp.com\/dashboard\/products\/index",
                "*:\/\/*.app.zonifyapp.com\/dashboard\/products\/index?*",
                "*:\/\/*.app.expressfy.com\/dashboard\/products",
                "*:\/\/*.app.expressfy.com\/dashboard\/products\/",
                "*:\/\/*.app.expressfy.com\/dashboard\/products\/index",
                "*:\/\/*.app.expressfy.com\/dashboard\/products\/index?*",
                "*:\/\/*.app.dropified.com\/product",
                "*:\/\/*.app.dropified.com\/product\/",
                "*:\/\/*.app.dropified.com\/product?*",
                "*:\/\/*.app.inventorify.com\/tracking-new\/index?shopifyid=*",
                "*:\/\/*\/admin\/products\/*",
                "*:\/\/*\/admin\/products",
                "*:\/\/*\/admin\/products?*",
                "*:\/\/*\/admin\/*"
            ],
            "js": [
                "libs\/js\/jquery\/jquery-3.2.1.min.js",
                "libs\/js\/jquery\/jquery-3.2.1.js",
                "libs\/js\/functions.js",
                "libs\/js\/content.js",
                "libs\/js\/inventorify.js"
            ],
            "css": [
                "libs\/css\/content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "libs\/js\/jquery\/jquery-3.2.1.min.js",
            "libs\/js\/jquery\/bootstrap.min.js",
            "libs\/js\/jquery\/jquery-3.2.1.js",
            "libs\/js\/background.js"
        ],
        "css": [
            "libs\/css\/bootstrap.min.css"
        ]
    },
    "minimum_chrome_version": "29",
    "permissions": [
        "storage",
        "tabs",
        "",
        "contextMenus",
        "management"
    ],
    "browser_action": {
        "default_icon": "libs\/icons\/favicon.ico",
        "default_popup": "popup.html"
    }
}