Parcelbound: Personal Shopper

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

Vad är Parcelbound: Personal Shopper?

Parcelbound: Personal Shopper är en Chrome-tillägg utvecklad av https://www.parcelbound.com/en, och dess huvudfunktion är "Place personal shopper orders easier with our extension and see what our different international shipping carrier costs are too!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Parcelbound: Personal Shopper-förlängningens CRX-fil

Ladda ner Parcelbound: Personal Shopper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Parcelbound: Personal Shopper Parcelbound: Personal Shopper
ID dikmokgofkhibgekplhkdgfcjlhkjfcm
Officiell webbadress https://chromewebstore.google.com/detail/parcelbound-personal-shop/dikmokgofkhibgekplhkdgfcjlhkjfcm
Beskrivning Place personal shopper orders easier with our extension and see what our different international shipping carrier costs are too!
Filstorlek 1.96 MB
Antal Installationer 71
Aktuell Version 4.1
Senast Uppdaterad 2022-09-24
Publiceringsdatum 2019-03-08
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.parcelbound.com/en
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.parcelbound.com/en
Hjälpsida URL https://www.parcelbound.com/en/faq/category/personal-shopper
URL till Sekretesspolicy Sidan https://www.parcelbound.com/en/privacy-policy
Stödda Språk 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'"
}