Goods Searcher
This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...
什么是Goods Searcher?
Goods Searcher是由Ivan D.开发的Chrome扩展程序,该扩展的主要功能是“This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon...”。
扩展截图
下载Goods Searcher扩展crx文件
下载Goods Searcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Версия 3.4. Добавлены новые магазины для поиска.
Это расширение позволяет найти нужный товар по выделенному тексту в популярных интернет-магазинах. Всего 10 магазинов. Можно также попытаться поискать обзор на этот товар на YouTube. 扩展基本信息
| 名称 | |
| ID | hgkgelpbdfdkhapnmbidgeaahfkgkkoo |
| 官方URL | https://chromewebstore.google.com/detail/goods-searcher/hgkgelpbdfdkhapnmbidgeaahfkgkkoo |
| 简介 | This extension is looking for the right product for the selected text on popular trading platforms: Aliexpress, eBay, Amazon... |
| 文件大小 | 17.42 KB |
| 安装次数 | 31 |
| 当前版本 | 3.4 |
| 更新时间 | 2020-03-17 |
| 上架时间 | 2020-03-15 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Ivan D. |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/bg.js"
]
},
"browser_action": {
"default_icon": "icons\/48x48.png",
"default_popup": "pop.html",
"default_title": "__MSG_extName__"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"js\/boot.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": "icons\/128x128.png",
"48": "icons\/48x48.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"permissions": [
"storage",
"cookies",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*"
],
"version": "3.4"
} | |