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?

Parcelbound: Personal Shopper是由https://www.parcelbound.com/en开发的Chrome扩展程序,该扩展的主要功能是“Place personal shopper orders easier with our extension and see what our different international shipping carrier costs are too!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Parcelbound: Personal Shopper扩展crx文件

下载Parcelbound: Personal Shopper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Parcelbound: Personal Shopper Parcelbound: Personal Shopper
ID dikmokgofkhibgekplhkdgfcjlhkjfcm
官方URL https://chromewebstore.google.com/detail/parcelbound-personal-shop/dikmokgofkhibgekplhkdgfcjlhkjfcm
简介 Place personal shopper orders easier with our extension and see what our different international shipping carrier costs are too!
文件大小 1.96 MB
安装次数 71
当前版本 4.1
更新时间 2022-09-24
上架时间 2019-03-08
评分 5.00/5 共1次评分
开发者 https://www.parcelbound.com/en
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.parcelbound.com/en
帮助页面URL https://www.parcelbound.com/en/faq/category/personal-shopper
隐私政策页面URL https://www.parcelbound.com/en/privacy-policy
支持的语言 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'"
}