Sorftime Save
辅助亚马逊卖家产品调研及运营。
Sorftime Saveとは何ですか?
Sorftime SaveはSorftimeによって開発されたChromeの拡張機能で、その主な機能は「辅助亚马逊卖家产品调研及运营。」です。
拡張機能のスクリーンショット
Sorftime Save拡張機能のCRXファイルをダウンロード
Sorftime Save拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sorftime Save 拡張機能の基本情報
| 名前 | |
| ID | aadiiicebnjmjmibjengdohedcfeekeg |
| 公式URL | https://chromewebstore.google.com/detail/sorftime-save/aadiiicebnjmjmibjengdohedcfeekeg |
| 説明 | 辅助亚马逊卖家产品调研及运营。 |
| ファイルサイズ | 3.16 MB |
| インストール数 | 90,000 |
| 現在のバージョン | 1.3.5.0 |
| 最終更新日 | 2024-03-01 |
| 公開日 | 2020-04-12 |
| 評価 | 4.26/5 合計 42 レビュー |
| 開発者 | Sorftime |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.sorftime.com |
| ヘルプページのURL | https://www.sorftime.com |
| プライバシーポリシーページのURL | https://www.sorftime.com/file/AgreeMent.html |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"manifest_version": 3,
"name": "Sorftime Save",
"version": "1.3.5.0",
"author": "Sorftime",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"48": "content\/img\/icons\/i48.png",
"64": "content\/img\/icons\/i64.png",
"128": "content\/img\/icons\/i128.png"
},
"default_title": "Sorftime Save",
"default_popup": "popup.html"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content\/js\/jquery-3.5.0.min.js",
"exceljs.min.js",
"content.js"
],
"css": [
"content\/css\/index.css"
],
"matches": [
"*:\/\/www.amazon.com\/*",
"*:\/\/www.amzn.com\/*",
"*:\/\/www.amazon.co.uk\/*",
"*:\/\/www.amazon.de\/*",
"*:\/\/www.amazon.fr\/*",
"*:\/\/www.amazon.it\/*",
"*:\/\/www.amazon.ca\/*",
"*:\/\/www.amazon.com.mx\/*",
"*:\/\/www.amazon.es\/*",
"*:\/\/www.amazon.co.jp\/*",
"*:\/\/www.amazon.in\/*",
"*:\/\/www.amazon.ae\/*",
"*:\/\/www.amazon.com.au\/*",
"*:\/\/www.amazon.com.br\/*",
"*:\/\/www.amazon.sa\/*",
"*:\/\/www.walmart.com\/*",
"*:\/\/save.sorftime.com\/plugCollection*",
"*:\/\/savepre.sorftime.com\/plugCollection*",
"*:\/\/savetest.sorftime.com\/plugCollection*",
"https:\/\/localhost:44359\/",
"http:\/\/localhost:8080\/*",
"http:\/\/localhost:8081\/plugCollection*",
"*:\/\/celebritytest.sorftime.com\/*"
],
"run_at": "document_start"
},
{
"all_frames": true,
"js": [
"seller.js"
],
"matches": [
"http:\/\/localhost:8080\/*",
"http:\/\/localhost:8081\/*",
"*:\/\/seller.sorftime.com\/*",
"*:\/\/sellertest.sorftime.com\/*",
"*:\/\/sellerpre.sorftime.com\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"\/content\/*",
"manifest.json"
],
"matches": [
" | |