Askmebuy Easy Buy and Sent
Easier add/modify parcel info direct from 1688 and taobao/tmall or add new item in askmebuy.com order
What is Askmebuy Easy Buy and Sent?
Askmebuy Easy Buy and Sent is a Chrome extension developed by https://askmebuy.com, and its main feature is "Easier add/modify parcel info direct from 1688 and taobao/tmall or add new item in askmebuy.com order".
Extension Screenshots
Download Askmebuy Easy Buy and Sent Extension CRX File
Download Askmebuy Easy Buy and Sent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Now you can add item or tracking number into askmebuy.com in same page on taobao/tmall/1688.com
Extension Basic Information
Name | Askmebuy Easy Buy and Sent |
ID | dnipdbbmkikdcgobljoppikjmbggcafo |
Official URL | https://chromewebstore.google.com/detail/askmebuy-easy-buy-and-sen/dnipdbbmkikdcgobljoppikjmbggcafo |
Description | Easier add/modify parcel info direct from 1688 and taobao/tmall or add new item in askmebuy.com order |
File Size | 95.49 KB |
Installation Count | 1,037 |
Current Version | 3.1.5 |
Last Updated | 2022-10-05 |
Publish Date | 2020-06-17 |
Rating | 1.80/5 Total 5 Ratings |
Developer | https://askmebuy.com |
[email protected] | |
Payment Type | free |
Extension Website | https://askmebuy.com |
Help Page URL | https://askmebuy.com/en/page/askmebuy-easy-buy.html |
Privacy Policy Page URL | https://askmebuy.com/en/page/policy-terms.html |
Supported Languages | 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" } |