AmaZone DropShipper

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

AmaZone DropShipper란 무엇입니까?

AmaZone DropShipper은(는) AmaZone DropShipper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazone Dropshipper displays 7 additional product options (for price, stock and shipping) for all Amazon.com products"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AmaZone DropShipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}