Askmebuy Easy Buy and Sent

Easier add/modify parcel info direct from 1688 and taobao/tmall or add new item in askmebuy.com order

Askmebuy Easy Buy and Sent란 무엇입니까?

Askmebuy Easy Buy and Sent은(는) https://askmebuy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easier add/modify parcel info direct from 1688 and taobao/tmall or add new item in askmebuy.com order"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Askmebuy Easy Buy and Sent 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Now you can add item or tracking number into askmebuy.com in same page on taobao/tmall/1688.com                    

확장 프로그램 기본 정보

이름 Askmebuy Easy Buy and Sent Askmebuy Easy Buy and Sent
ID dnipdbbmkikdcgobljoppikjmbggcafo
공식 URL https://chromewebstore.google.com/detail/askmebuy-easy-buy-and-sen/dnipdbbmkikdcgobljoppikjmbggcafo
설명 Easier add/modify parcel info direct from 1688 and taobao/tmall or add new item in askmebuy.com order
파일 크기 95.49 KB
설치 횟수 1,037
현재 버전 3.1.5
최근 업데이트 2022-10-05
출시 날짜 2020-06-17
평점 1.80/5 총 5 개의 평점
개발자 https://askmebuy.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://askmebuy.com
도움말 페이지 URL https://askmebuy.com/en/page/askmebuy-easy-buy.html
개인정보 보호 정책 페이지 URL https://askmebuy.com/en/page/policy-terms.html
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png",
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "layer\/theme\/default\/layer.css",
                "btn.css"
            ],
            "html": [
                "proxy.html"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery.base64.min.js",
                "layer\/layer.js",
                "init.js",
                "tb.js",
                "1688.js"
            ],
            "matches": [
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.1688.com\/*"
            ]
        }
    ],
    "description": "Easier add\/modify parcel info direct from 1688 and taobao\/tmall or add new item in askmebuy.com order",
    "homepage_url": "https:\/\/askmebuy.com",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhcmzsdlG4XirI8yV8DxZOZINUStmEx\/2JL0450DS1ultdjiPA\/EtsLM2Vlj7uIxn8nhXPpbegCLiordLwqR225uBlfshag3fQrS\/QTOfU4GBDo\/46IW5Pr8JbPfdp3BVYtcqqW5TWCccexRAmx5QK1CGbtki4jTOBIBwTJx1NV5pg90LqxT8u0t8DdC6kr\/A56UWQegT2e21r5Vl+W9IKOZgn7cBhHzJhMEafBgzzc4XRk7enn0iuQIjnq+I6c8Ef\/ocHjQYt7X5YzFldQr\/PBrIqwJu49wpAuYcGJn1bnVTvvDtnP4oZndtlZVLfibQBG3xHlCJ88METEHEL0UXpwIDAQAB",
    "manifest_version": 2,
    "name": "Askmebuy Easy Buy and Sent",
    "permissions": [
        "https:\/\/askmebuy.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.5"
}