inventorify

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

inventorify là gì?

inventorify là một tiện ích mở rộng Chrome được phát triển bởi https://inventorify.com, và tính năng chính của nó là "Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng inventorify

Tải xuống các tệp mở rộng inventorify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên inventorify inventorify
ID igpbjpbnbecobnckbbodjgakbpblhpja
URL Chính Thức https://chrome.google.com/webstore/detail/inventorify/igpbjpbnbecobnckbbodjgakbpblhpja
Mô tả Easily monitor your dropshipped products. Sit back while we reprice listings, update inventory changes and make your dropshipping…
Kích Thước Tệp 908 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 1.7.1
Cập Nhật Lần Cuối 2019-04-25
Ngày Phát Hành 2019-04-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://inventorify.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://inventorify.com
URL Trang Trợ Giúp https://www.inventorify.com/help-center/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}