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”。
扩展截图
下载Askmebuy Easy Buy and Sent扩展crx文件
下载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 |
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" } |