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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}