Grow Bot - Automate Your Shop

Automate your shop with this bot in one click, grow faster and boost your sales

Grow Bot - Automate Your Shop란 무엇입니까?

Grow Bot - Automate Your Shop은(는) https://selleraider.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate your shop with this bot in one click, grow faster and boost your sales"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Grow Bot - Automate Your Shop 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Our Bot will help you automate your shop and boost your sales quicker than ever.

Increase your sales. Save Time & Make Money 

Bot features:
- Repost listings (Creates a copy of your listings)
- Edit Listings (Bulk edit your listing prices and more!)
- Follow/Unfollow Users
- Message Followers
- Like Listings
- Offer to Likers & More

Supports several regions! (UK, US, FR, CA and more!)

DISCLAIMER: Our app has **no** affiliation with or endorsement by Vinted. Vinted is a trademark of Vinted, Ltd. This app  is not endorsed by, certified by, or affiliated with Vinted, Ltd.

By using this app you agree to our terms.                    

확장 프로그램 기본 정보

이름 Grow Bot - Automate Your Shop Grow Bot - Automate Your Shop
ID okdeofiopjmhefmapgjmmchdejciamgi
공식 URL https://chromewebstore.google.com/detail/grow-bot-automate-your-sh/okdeofiopjmhefmapgjmmchdejciamgi
설명 Automate your shop with this bot in one click, grow faster and boost your sales
파일 크기 367 KB
설치 횟수 1,760
현재 버전 1.3.6.22
최근 업데이트 2024-01-31
출시 날짜 2022-06-08
평점 4.66/5 총 182 개의 평점
개발자 https://selleraider.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://selleraider.com/vinted-bot
도움말 페이지 URL https://selleraider.com/vinted-bot
개인정보 보호 정책 페이지 URL https://selleraider.com/privacy-policy
지원되는 언어 en,fr,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3.6.22",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "16.png",
            "128": "128.png"
        },
        "default_title": "__MSG_ext_default_title__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.vinted.com\/*",
        "*:\/\/*.vinted.co.uk\/*",
        "*:\/\/*.vinted.ca\/*",
        "*:\/\/*.vinted.fr\/*",
        "*:\/\/*.vinted.es\/*",
        "*:\/\/*.vinted.be\/*",
        "*:\/\/*.vinted.at\/*",
        "*:\/\/*.vinted.de\/*",
        "*:\/\/*.vinted.cz\/*",
        "*:\/\/*.vinted.lt\/*",
        "*:\/\/*.vinted.lu\/*",
        "*:\/\/*.vinted.pl\/*",
        "*:\/\/*.vinted.it\/*",
        "*:\/\/*.vinted.nl\/*",
        "*:\/\/*.vinted.pt\/*",
        "*:\/\/*.vinted.net\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.amazonaws.com\/*",
        "*:\/\/*.cloudfront.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vinted.com\/*",
                "*:\/\/*.vinted.co.uk\/*",
                "*:\/\/*.vinted.ca\/*",
                "*:\/\/*.vinted.fr\/*",
                "*:\/\/*.vinted.es\/*",
                "*:\/\/*.vinted.be\/*",
                "*:\/\/*.vinted.at\/*",
                "*:\/\/*.vinted.de\/*",
                "*:\/\/*.vinted.cz\/*",
                "*:\/\/*.vinted.lt\/*",
                "*:\/\/*.vinted.lu\/*",
                "*:\/\/*.vinted.pl\/*",
                "*:\/\/*.vinted.it\/*",
                "*:\/\/*.vinted.nl\/*",
                "*:\/\/*.vinted.pt\/*",
                "*:\/\/*.vinted.net\/*"
            ],
            "js": [
                "build\/index.js"
            ],
            "css": [
                "build\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pageContextScript.js",
                "css\/*"
            ],
            "matches": [
                "*:\/\/*.vinted.com\/*",
                "*:\/\/*.vinted.co.uk\/*",
                "*:\/\/*.vinted.ca\/*",
                "*:\/\/*.vinted.fr\/*",
                "*:\/\/*.vinted.es\/*",
                "*:\/\/*.vinted.be\/*",
                "*:\/\/*.vinted.at\/*",
                "*:\/\/*.vinted.de\/*",
                "*:\/\/*.vinted.cz\/*",
                "*:\/\/*.vinted.lt\/*",
                "*:\/\/*.vinted.lu\/*",
                "*:\/\/*.vinted.pl\/*",
                "*:\/\/*.vinted.it\/*",
                "*:\/\/*.vinted.nl\/*",
                "*:\/\/*.vinted.pt\/*",
                "*:\/\/*.vinted.net\/*"
            ]
        }
    ],
    "manifest_version": 3
}