Booost for Depop

Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!

Booost for Depop란 무엇입니까?

Booost for Depop은(는) https://getbooost.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!"입니다.

확장 프로그램 스크린샷

screenshot

Booost for Depop 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Looking for a Depop bot? 

Try Booost with a 7 day free trial - no credit card required - £19.99/mo!

MASS FOLLOW AND UNFOLLOW
Use Booost for Depop to automatically follow users & gain followers. Booost can also unfollow users when you hit the 7501 limit. - "I gained 1,000 followers in 8 hours!"

REFRESH ALL YOUR LISTINGS
Auto refresh your products with one-click. Automatically bumping your Depop items dramatically increases your product sales and profits. Save countless hours of your time, Booost for Depop automates everything.

BULK MESSAGING FOLLOWERS
Advertise your Depop store by bulk messaging all your followers to notify them of flash sales or product discounts. You can also batch message liker's of specific Depop products. 

For support please email: [email protected]                    

확장 프로그램 기본 정보

이름 Booost for Depop Booost for Depop
ID fegoancbgpbgilmmmokekpoiboakokai
공식 URL https://chromewebstore.google.com/detail/booost-for-depop/fegoancbgpbgilmmmokekpoiboakokai
설명 Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!
파일 크기 1.19 MB
설치 횟수 372
현재 버전 1.4.1
최근 업데이트 2020-08-18
출시 날짜 2020-08-18
평점 4.55/5 총 11 개의 평점
개발자 https://getbooost.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.getbooost.com
도움말 페이지 URL https://www.getbooost.com/help
개인정보 보호 정책 페이지 URL https://www.salesbot.co/legal/privacy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Booost for Depop",
    "version": "1.4.1",
    "short_name": "Booost",
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "description": "Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!",
    "page_action": {
        "default_icon": "icon38-inactive.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/depop.com\/*",
                "https:\/\/www.depop.com\/*"
            ],
            "js": [
                "\/static\/js\/app.js",
                "\/static\/js\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "192": "icon192.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/js.stripe.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}