Dropshipping Search Helper Tool
Use the right click menu to search for selected text in Dropshipping Suppliers , Dropshipping Support Groups Forums and More
什么是Dropshipping Search Helper Tool?
Dropshipping Search Helper Tool是由https://ask4drop.com开发的Chrome扩展程序,该扩展的主要功能是“Use the right click menu to search for selected text in Dropshipping Suppliers , Dropshipping Support Groups Forums and More”。
扩展截图
下载Dropshipping Search Helper Tool扩展crx文件
下载Dropshipping Search Helper Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search for the selected text in Ebay,Amazon , Tracking Numbers, Dropshipping Support Groups and more .
With this extension you can easily search for text you have selected. When some text is selected you can left click the selected text to get a popup where you can choose a Dropshipping place to search with.
Dropshipping Forum
https://ask4drop.com
Use the right click menu to search for selected text in Dropshipping Suppliers , Tracking Numbers n Dropshipping Support Groups Forums and More. 扩展基本信息
| 名称 | |
| ID | djhgohallakdobihljfmpknngkbdcnol |
| 官方URL | https://chromewebstore.google.com/detail/dropshipping-search-helpe/djhgohallakdobihljfmpknngkbdcnol |
| 简介 | Use the right click menu to search for selected text in Dropshipping Suppliers , Dropshipping Support Groups Forums and More |
| 文件大小 | 210 KB |
| 安装次数 | 63 |
| 当前版本 | 1.04 |
| 更新时间 | 2018-10-24 |
| 上架时间 | 2018-10-24 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://ask4drop.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ask4drop.com |
| 帮助页面URL | https://ask4drop.com |
| 隐私政策页面URL | https://price-fox.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dropshipping Search Helper Tool",
"description": "Use the right click menu to search for selected text in Dropshipping Suppliers , Dropshipping Support Groups Forums and More",
"short_name": "Dropshipping Helper",
"default_locale": "en",
"version": "1.04",
"permissions": [
"contextMenus",
"tabs"
],
"background": {
"scripts": [
"js\/getset.js",
"js\/search.js"
],
"persistent": true
},
"minimum_chrome_version": "6.0.472",
"options_page": "options.html",
"icons": {
"16": "images\/ico16.png",
"48": "images\/ico48.png",
"128": "images\/ico128.png"
}
} | |