Amazon intl. shipping with forward2me

Provides accurate realtime international shipping prices from UK to your country within European Amazon sites (.co.uk, .de, .fr)

Amazon intl. shipping with forward2me là gì?

Amazon intl. shipping with forward2me là một tiện ích mở rộng Chrome được phát triển bởi https://www.forward2me.com, và tính năng chính của nó là "Provides accurate realtime international shipping prices from UK to your country within European Amazon sites (.co.uk, .de, .fr)".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Amazon intl. shipping with forward2me

Tải xuống các tệp mở rộng Amazon intl. shipping with forward2me 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

                        Thanks to forward2me.com - the UK's premier international parcel forwarding service, there's no longer any need to worry about a lack of international shipping options on the European Amazon websites. 

See real-time international shipping rates for Amazon products as you browse the Amazon store. forward2me’s Chrome Extension shows shipping options to your selected country based upon the weights and dimensions entered in the product description section of each Amazon product page. forward2me provides great international shipping rates for couriers such as DHL, DPD, TNT and UPS.
 
To make use of these international shipping rates simply sign-up with forward2me to receive your unique UK address. During the Amazon checkout process use your new forward2me address as the deliver address and we’ll do the rest.                    

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

Tên Amazon intl. shipping with forward2me Amazon intl. shipping with forward2me
ID ckbdmgpdidkanjeoipkgodidaencbdan
URL Chính Thức https://chrome.google.com/webstore/detail/amazon-intl-shipping-with/ckbdmgpdidkanjeoipkgodidaencbdan
Mô tả Provides accurate realtime international shipping prices from UK to your country within European Amazon sites (.co.uk, .de, .fr)
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2016-04-19
Ngày Phát Hành 2016-04-19
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://www.forward2me.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.forward2me.com/
URL Trang Trợ Giúp https://www.forward2me.com/customer-services
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon intl. shipping with forward2me",
    "short_name": "Amazon intl. shipping with forward2me",
    "description": "Provides accurate realtime international shipping prices from UK to your country within European Amazon sites (.co.uk, .de, .fr)",
    "version": "0.1.7",
    "author": "forward2me Ltd.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/param.png",
        "img\/plane.png",
        "img\/ajax-loader.gif",
        "img\/service\/dhl.png",
        "img\/service\/dpd.png",
        "img\/service\/fedex.png",
        "img\/service\/parcelforce.png",
        "img\/service\/royalmail.png",
        "img\/service\/tnt.png",
        "img\/service\/ups.png",
        "img\/service\/untracked.png"
    ],
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "settings_chrome.js",
            "thirdParty\/jquery-2.1.4.min.js",
            "thirdParty\/rsvp-latest.min.js",
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*"
            ],
            "js": [
                "settings_chrome.js",
                "thirdParty\/jquery-2.1.4.min.js",
                "content.js",
                "notify.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Amazon international shipping with forward2me",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/favicon.png"
        }
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    }
}