AmaZone DropShipper

Amazone Dropshipper displays 7 additional product options (for price, stock and shipping) for all Amazon.com products

AmaZone DropShipperคืออะไร?

AmaZone DropShipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AmaZone DropShipper และคุณลักษณะหลักของมันคือ "Amazone Dropshipper displays 7 additional product options (for price, stock and shipping) for all Amazon.com products"

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

screenshot
screenshot

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

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

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

                        Amazone Dropshipper Extension for Chrome displays 7 additional Product options (for price, stock and shipping) for all Amazon.com (US) and Amazon.ca (Canada) product visitors.

Every time the user opens a product in Amazon.com or Amazon.ca, the extension will search for and display the 7 best options for the same product visited in Amazon.com

It will display for the 7 options:
- Picture,
- Price,
- Shipping details
- Link

The user can always compare the best options.

Additionally (soon):
- Users will be able to IMPORT products from Amazon.com or Amazon.ca directly in the Extension with just 1 click.
- Users will be able to Auto-Fulfill shopify orders with the ´Auto-purchase´ button in Extension. Here, the extension will automatically complete 95% of the purchase process.                    

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

ชื่อ AmaZone DropShipper AmaZone DropShipper
ID ecfjikcecdcadkkndkdjfhfhmojapini
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazone-dropshipper/ecfjikcecdcadkkndkdjfhfhmojapini
คำอธิบาย Amazone Dropshipper displays 7 additional product options (for price, stock and shipping) for all Amazon.com products
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 0.32
อัปเดตครั้งล่าสุด 2021-07-06
วันที่เผยแพร่ 2021-07-06
ผู้พัฒนา AmaZone DropShipper
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://amazonedropshipping.com/
URL หน้าช่วยเหลือ https://amazonedropshipping.com/#about
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AmaZone DropShipper",
    "description": "Amazone Dropshipper displays 7 additional product options (for price, stock and shipping) for all Amazon.com products ",
    "version": "0.32",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/white-16x16.png",
            "32": "assets\/icons\/white-32x32.png",
            "17": "assets\/icons\/yellow-16x16.png",
            "33": "assets\/icons\/yellow-32x32.png"
        },
        "default_title": "Click here to see the product details!"
    },
    "icons": {
        "128": "assets\/icons\/white-128x128.png",
        "48": "assets\/icons\/white-48x48.png",
        "32": "assets\/icons\/white-32x32.png",
        "16": "assets\/icons\/white-16x16.png",
        "129": "assets\/icons\/yellow-128x128.png",
        "49": "assets\/icons\/yellow-48x48.png",
        "33": "assets\/icons\/yellow-32x32.png",
        "17": "assets\/icons\/yellow-16x16.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/content_script.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.ca\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.amazon.com\/*",
            "*:\/\/*.amazon.ca\/*",
            "*:\/\/*.google.com\/*",
            "*:\/\/*.google.ca\/*"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.google.ca\/*",
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}