Parcelbound: Personal Shopper

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

O que é Parcelbound: Personal Shopper?

Parcelbound: Personal Shopper é uma extensão do Chrome desenvolvida por https://www.parcelbound.com/en, e sua principal característica é "Place personal shopper orders easier with our extension and see what our different international shipping carrier costs are too!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Parcelbound: Personal Shopper

Baixe arquivos de extensão Parcelbound: Personal Shopper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Parcelbound: Personal Shopper Parcelbound: Personal Shopper
ID dikmokgofkhibgekplhkdgfcjlhkjfcm
URL Oficial https://chromewebstore.google.com/detail/parcelbound-personal-shop/dikmokgofkhibgekplhkdgfcjlhkjfcm
Descrição Place personal shopper orders easier with our extension and see what our different international shipping carrier costs are too!
Tamanho do Arquivo 1.96 MB
Contagem de Instalações 71
Versão Atual 4.1
Última Atualização 2022-09-24
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.parcelbound.com/en
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.parcelbound.com/en
URL da Página de Ajuda https://www.parcelbound.com/en/faq/category/personal-shopper
URL da Página de Política de Privacidade https://www.parcelbound.com/en/privacy-policy
Idiomas Suportados 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'"
}