DSM Auto-Paste Chrome Extension

DSM Auto-Paste Dropshipping Chrome Extension

DSM Auto-Paste Chrome Extension là gì?

DSM Auto-Paste Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.dsmtool.com, và tính năng chính của nó là "DSM Auto-Paste Dropshipping Chrome Extension".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DSM Auto-Paste Chrome Extension

Tải xuống các tệp mở rộng DSM Auto-Paste Chrome Extension 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

                        DSM Auto-Paste Dropshipping Chrome Extension by AutoDS 
DSM is now part of AutoDS — The largest all-in-one dropshipping company

AutoDS along with the DSM Chrome extension is the best software to automate your dropshipping workflow.

AutoDS with DSM will help you:
- Import dropshipping products from more than 50 suppliers to your online stores in one click
- Automate the order processing flow 
- Automate tracking numbers updating

 Help automating dropshipping work for thousands of people.

Product Sourcing:
- Add products to your online stores from 60+ retails & marketplaces within one click of a button
- Import products easily straight from an entire category / search page

Privacy policy:
https://www.dsmtool.com/privacy-policy                    

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

Tên DSM Auto-Paste Chrome Extension DSM Auto-Paste Chrome Extension
ID ecdbmkcphlholpojdglodopmlaficcji
URL Chính Thức https://chromewebstore.google.com/detail/dsm-auto-paste-chrome-ext/ecdbmkcphlholpojdglodopmlaficcji
Mô tả DSM Auto-Paste Dropshipping Chrome Extension
Kích Thước Tệp 3.74 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 6.4.7
Cập Nhật Lần Cuối 2023-07-18
Ngày Phát Hành 2020-05-26
Đánh Giá 3.68/5 Tổng số 44 Đánh Giá
Nhà Phát Triển https://www.dsmtool.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.dsmtool.com
URL Trang Trợ Giúp https://support.dsmtool.com
URL Trang Chính Sách Bảo Mật https://www.dsmtool.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DSM Auto-Paste Chrome Extension",
    "short_name": "DSM Auto-Paste",
    "version": "6.4.7",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "service.js"
    },
    "permissions": [
        "tabs",
        "background",
        "clipboardRead",
        "clipboardWrite",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "cookies",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "pages\/options\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "scripts\/shared.js",
                "scripts\/debugging.js",
                "scripts\/baseSource.js",
                "scripts\/amazon.js",
                "scripts\/dsmtool.js",
                "scripts\/email.js",
                "scripts\/index.js",
                "scripts\/base.js",
                "scripts\/baseAffiliate.js",
                "scripts\/baseTarget.js",
                "scripts\/adgoal.js",
                "scripts\/baseCompetitor.js",
                "scripts\/indexBase.js",
                "scripts\/cjdropshipping.js",
                "scripts\/overstock.js",
                "scripts\/target.js",
                "scripts\/homedepot.js",
                "scripts\/costway.js",
                "scripts\/bangalla.js",
                "scripts\/chinabrands.js",
                "scripts\/gogomall.js",
                "scripts\/walgreens.js",
                "scripts\/lowes.js",
                "scripts\/kohls.js",
                "scripts\/argos.js",
                "scripts\/tesco.js",
                "scripts\/costcous.js",
                "scripts\/costcouk.js",
                "scripts\/tvcmall.js",
                "scripts\/dx.js",
                "scripts\/macys.js",
                "scripts\/aosom.js",
                "scripts\/currys.js",
                "scripts\/bestbuy.js",
                "scripts\/asda.js",
                "scripts\/lightinthebox.js",
                "scripts\/bbb.js",
                "scripts\/newegg.js",
                "scripts\/woot.js",
                "scripts\/marksandspencer.js",
                "scripts\/vidaxl.js",
                "scripts\/chinavasion.js",
                "scripts\/olay.js",
                "scripts\/bhphotovideo.js",
                "scripts\/petsmart.js",
                "scripts\/eloquii.js",
                "scripts\/iherb.js",
                "scripts\/etsy.js",
                "scripts\/joybuy.js",
                "scripts\/wayfair.js",
                "scripts\/tmart.js",
                "scripts\/banggood.js",
                "scripts\/contentScriptBase.js",
                "scripts\/menards.js",
                "scripts\/midwayusa.js",
                "scripts\/aliexpress.js",
                "scripts\/samsclub.js",
                "scripts\/cocostrade.js",
                "scripts\/zikanalytics.js",
                "scripts\/overstock.js",
                "scripts\/kmart.js",
                "scripts\/walmart.js",
                "scripts\/sears.js",
                "scripts\/onetify.js",
                "scripts\/brandless.js",
                "scripts\/creationwatches.js",
                "scripts\/bluecare.js",
                "scripts\/bigfurniturewarehouse.js",
                "scripts\/shopmaster.js",
                "scripts\/autods.js",
                "scripts\/skugrid.js",
                "scripts\/oberlo.js",
                "scripts\/miragepetproducts.js",
                "scripts\/fcocos.js",
                "scripts\/helpers.js"
            ],
            "css": [
                "styles\/main.css",
                "styles\/itemsList.css",
                "styles\/tiles.css",
                "styles\/productPage.css",
                "styles\/autoPaste.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Dsmtool SmartClip",
        "default_popup": "pages\/popup\/popup.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "sources_ruleset",
                "enabled": true,
                "path": "rules\/sources.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/pages\/demandSearch\/demandSearch.html",
                "\/pages\/demandSearch\/demandSearch.js",
                "\/pages\/demandSearch\/demandSearch.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/pages\/productSearch\/productSearch.html",
                "\/pages\/productSearch\/productSearch.js",
                "\/pages\/productSearch\/productSearch.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/resources\/fonts\/Ruda-Regular.ttf"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/resources\/scripts\/circle-loader\/circle-progress.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}