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 - это расширение Chrome, разработанное https://askmebuy.com, и его основная функция - "Easier add/modify parcel info direct from 1688 and taobao/tmall or add new item in askmebuy.com order".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Askmebuy Easy Buy and Sent

Скачайте файлы расширений Askmebuy Easy Buy and Sent в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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