MarketPaste

Automate your Dropship orders by automatically filling in buyers address at checkout.

MarketPasteคืออะไร?

MarketPaste เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://marketpaste.com และคุณลักษณะหลักของมันคือ "Automate your Dropship orders by automatically filling in buyers address at checkout."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        MarketPaste Auto-Paste Extension Automates your Dropshipping orders on FB Marketplace and much more!

Market Paste helps you save time fulfilling orders by copying and pasting customer information into your supplier website. You can instantly paste them inside of Amazon. (new suppliers are being added soon) 

We Help automate your drop shipping work for UNLIMITED orders.

You can also use Marketpaste to discover hundreds of hot selling products to sell on your online Marketplace store. It will save you hundreds of hours of researching to find new products, and manually entering customer information!

Semi-Fulfillment:
- Add a new customer address to Amazon with just the click of a button.

-------------

By installing, you provide your permission to:

-Read and write on the clipboard for the Auto-Paste feature.
-Check tabs and inject tile buttons into the active tab.
-Make Web requests for using the Product search feature.


Questions? Or to request new features visit:  https://marketpaste.com                    

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

ชื่อ MarketPaste MarketPaste
ID fjplhiaplagpcmhpjonnjpodfcjmlbab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/marketpaste/fjplhiaplagpcmhpjonnjpodfcjmlbab
คำอธิบาย Automate your Dropship orders by automatically filling in buyers address at checkout.
ขนาดไฟล์ 5.29 MB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2020-12-20
วันที่เผยแพร่ 2020-11-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://marketpaste.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.marketpaste.com
URL หน้าช่วยเหลือ https://www.marketpaste.com
URL หน้านโยบายความเป็นส่วนตัว https://marketpaste.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MarketPaste",
    "version": "1.6",
    "description": "Automate your Dropship orders by automatically filling in buyers address at checkout.",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/marketpaste.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.com.br\/*",
        "https:\/\/www.amazon.com.bx\/*",
        "https:\/\/www.amazon.cn\/*",
        "https:\/\/www.amazon.ci\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.sg\/*",
        "https:\/\/www.amazon.com.tr\/*",
        "https:\/\/www.amazon.ae\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.nl\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.com.au\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "popups\/login.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "fb\/fb_orders.css"
            ],
            "js": [
                "scripts\/jquery-3.3.1.js",
                "scripts\/custom-events.js",
                "scripts\/mustache.js",
                "scripts\/templates.js",
                "scripts\/dynamic-ui.js",
                "fb\/fb_orders.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.*",
        "scripts\/*.*",
        "fb\/*.*",
        "amazon\/*.*",
        "analysis\/contact.json"
    ],
    "manifest_version": 2
}