Sorftime Save
辅助亚马逊卖家产品调研及运营。
Qu'est-ce que Sorftime Save ?
Sorftime Save est une extension Chrome développée par Sorftime, et sa fonction principale est "辅助亚马逊卖家产品调研及运营。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sorftime Save
Téléchargez les fichiers d'extension Sorftime Save au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Sorftime Save
Informations de Base sur l'Extension
Nom | Sorftime Save |
ID | aadiiicebnjmjmibjengdohedcfeekeg |
URL Officiel | https://chromewebstore.google.com/detail/sorftime-save/aadiiicebnjmjmibjengdohedcfeekeg |
Description | 辅助亚马逊卖家产品调研及运营。 |
Taille du Fichier | 3.16 MB |
Nombre d'Installations | 90,000 |
Version Actuelle | 1.3.5.0 |
Dernière Mise à Jour | 2024-03-01 |
Date de Publication | 2020-04-12 |
Évaluation | 4.26/5 Total 42 Évaluations |
Développeur | Sorftime |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.sorftime.com |
URL de la Page d'Aide | https://www.sorftime.com |
URL de la Page de Politique de Confidentialité | https://www.sorftime.com/file/AgreeMent.html |
Langues Prises en Charge | 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": [ " |