Parcelbound: Personal Shopper

Place personal shopper orders easier with our extension and see what our different international shipping carrier costs are too!

Parcelbound: Personal Shopper là gì?

Parcelbound: Personal Shopper là một tiện ích mở rộng Chrome được phát triển bởi https://www.parcelbound.com/en, và tính năng chính của nó là "Place personal shopper orders easier with our extension and see what our different international shipping carrier costs are too!".

Ả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 Parcelbound: Personal Shopper

Tải xuống các tệp mở rộng Parcelbound: Personal Shopper 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

                        Use our Parcelbound Chrome extension to make submitting "personal shopper orders" easier.  We provide you with other features like "shipping calculator", "currency converter", "USA Google search", and more.  We will keep on innovating and improving our Chrome extension to make it even more robust! :)
 
- Personal Shopper Order Service
- Shipping Calculator
- Currency Converter
- Google USA Search

Parcelbound provides international users with their own USA shipping address that they can then use to purchase items from their favorite USA stores.  We then provide package consolidation services, and ship these packages internationally saving customers up to 75% on international shipping costs.

Learn about more our services and sign up for a Parcelbound account from www.parcelbound.com

Customers that use the personal shopper order service consent to data collection from the Parcelbound Chrome extension so orders are received successfully.  The data that is collected is first name, last name, email address and password so you are able to log in to your account from the Parcelbound Chrome extension.  The order information that you enter for your personal shopper order is then sent to your account once the order is submitted from the Parcelbound Chrome extension.                    

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

Tên Parcelbound: Personal Shopper Parcelbound: Personal Shopper
ID dikmokgofkhibgekplhkdgfcjlhkjfcm
URL Chính Thức https://chromewebstore.google.com/detail/parcelbound-personal-shop/dikmokgofkhibgekplhkdgfcjlhkjfcm
Mô tả Place personal shopper orders easier with our extension and see what our different international shipping carrier costs are too!
Kích Thước Tệp 1.96 MB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2022-09-24
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.parcelbound.com/en
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.parcelbound.com/en
URL Trang Trợ Giúp https://www.parcelbound.com/en/faq/category/personal-shopper
URL Trang Chính Sách Bảo Mật https://www.parcelbound.com/en/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Parcelbound: Personal Shopper",
    "description": "Place personal shopper orders easier with our extension and see what our different international shipping carrier costs are too!",
    "version": "4.1",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html",
        "default_title": "Parcelbound"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "https:\/\/www.parcelbound.com\/*",
        "https:\/\/www.pbtestsvr.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "js\/*",
        "templates\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}