SendMyParcel.com

Create shipping labels from addresses on any website.

SendMyParcel.com란 무엇입니까?

SendMyParcel.com은(는) SendMyParcel.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create shipping labels from addresses on any website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SendMyParcel.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SendMyParcel.com makes it easy to create labels and compare and pick the best rates for all major shipping carriers. Directly from any e-commerce platform, marketplace or website. It is our ambition to simplify shipping in such a way so that anyone can do it fast, regardless of company size, IT knowledge or infrastructure.

This extension will allow you to quickly transform a company name or address into a shipping label for all major carriers, from any webpage. No more typing addresses into legacy systems of carriers such as DPD, Hermes, DHL, Yodel, UPS and more.

It works with any platform and any website, since it allows you to create your own mapping if your platform is not yet mapped straight out of the box. Will work anywhere Chrome works.

This extension offers four key features:
- Automatically detects addresses from popular e-commerce platforms like Magento, Shopify, Amazon, eBay and more. For other platforms, addresses only have to be mapped to the right address fields once. After this addresses are automatically detected from these pages as well.
- Quickly compare prices of major UK carriers like Hermes and DPD.
- Right click a company name or address and our extension will look up the address in Google and autofill all of the found information. Add any missing information and get shipping labels in only a few seconds.
- Compatible with both SendMyParcel.com and MyParcel.com

Would you like to know more? Or knowledge base is available here: https://help.myparcel.com/support/solutions/folders/16000091925

Are we missing support for your webshop platform? Would you like to use other carriers? Want to help us further improve this extension with suggestions? Or just want to say hi? Let us know at [email protected]
Hope to hear from you soon!                    

확장 프로그램 기본 정보

이름 SendMyParcel.com SendMyParcel.com
ID gjnjgajlmalemgdkjpheknkhgjcalnfb
공식 URL https://chrome.google.com/webstore/detail/sendmyparcelcom/gjnjgajlmalemgdkjpheknkhgjcalnfb
설명 Create shipping labels from addresses on any website.
파일 크기 34.44 KB
설치 횟수 59
현재 버전 1.0.5
최근 업데이트 2019-08-01
출시 날짜 2019-08-01
평점 4.00/5 총 4 개의 평점
개발자 SendMyParcel.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.sendmyparcel.com/
도움말 페이지 URL https://help.myparcel.com/support/solutions/folders/16000091925
개인정보 보호 정책 페이지 URL https://cdn.myparcel.com/documents/privacy-policy.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SendMyParcel.com",
    "short_name": "SendMyParcel.com",
    "version": "1.0.5",
    "description": "Create shipping labels from addresses on any website.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/48.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*\/*",
        "http:\/\/localhost\/*",
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "web_accessible_resources": [
        "icons\/*.png",
        "config\/*.json"
    ],
    "options_ui": {
        "page": "html\/options.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sendmyparcel.com\/*",
            "*:\/\/*.myparcel.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}