Sorftime Save

辅助亚马逊卖家产品调研及运营。

Sorftime Save란 무엇입니까?

Sorftime Save은(는) Sorftime에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "辅助亚马逊卖家产品调研及运营。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sorftime Save 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Sorftime Save                    

확장 프로그램 기본 정보

이름 Sorftime Save 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
이메일 [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": [
                ""
            ]
        }
    ],
    "default_locale": "zh_CN",
    "description": "\u8f85\u52a9\u4e9a\u9a6c\u900a\u5356\u5bb6\u4ea7\u54c1\u8c03\u7814\u53ca\u8fd0\u8425\u3002",
    "homepage_url": "https:\/\/www.sorftime.com",
    "icons": {
        "16": "content\/img\/icons\/i16.png",
        "32": "content\/img\/icons\/i32.png",
        "48": "content\/img\/icons\/i48.png",
        "64": "content\/img\/icons\/i64.png",
        "100": "content\/img\/icons\/i100.png",
        "128": "content\/img\/icons\/i128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/www.1688.com\/*"
    ],
    "short_name": "Sorftime",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}