SoleBack Cashback

SoleBack Cashback service Extension.

SoleBack Cashback란 무엇입니까?

SoleBack Cashback은(는) soleback.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SoleBack Cashback service Extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SoleBack Cashback 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SoleBack

Your plug for buying the best sneakers.

Buy your dream sneakers from the best retailers in Europe. With SoleBack plugin you save extra money with every purchase thanks to our cashback service. SoleBack supports the best sneaker stores.

Shopping with the plugin is very simple and intuitive: just activate cashback in the plugin and enjoy the money you save. 

With the plugin you can find your favorite stores in seconds. Use the built-in list of stores, browse their cashback offers and then decide where you want to shop.

Registering to the system only takes a few seconds: just plug in your Discord account and the system will register you as our user. You can also join our community on the server. This is where people with common passions and interests in Europe come together, united by their love for sneakers.

Monitor the status of your cashback account directly from the plugin. Track amount, store type and transaction status. Everything is available in clear tables at your fingertips.

Join SoleBack community now! Try out our offer and save on your purchases.                    

확장 프로그램 기본 정보

이름 SoleBack Cashback SoleBack Cashback
ID njncdadgmfngfifamfdpgpmobpalkihe
공식 URL https://chromewebstore.google.com/detail/soleback-cashback/njncdadgmfngfifamfdpgpmobpalkihe
설명 SoleBack Cashback service Extension.
파일 크기 1.13 MB
설치 횟수 1,022
현재 버전 0.3.0
최근 업데이트 2022-12-18
출시 날짜 2022-02-03
평점 5.00/5 총 52 개의 평점
개발자 soleback.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://soleback.com
개인정보 보호 정책 페이지 URL https://soleback.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SoleBack Cashback",
    "description": "SoleBack Cashback service Extension.",
    "version": "0.3.0",
    "icons": {
        "16": "src\/static\/images\/icons\/icons_green\/16.png",
        "19": "src\/static\/images\/icons\/icons_green\/19.png",
        "32": "src\/static\/images\/icons\/icons_green\/32.png",
        "48": "src\/static\/images\/icons\/icons_green\/icon48.png",
        "64": "src\/static\/images\/icons\/icons_green\/64.png",
        "128": "src\/static\/images\/icons\/icons_green\/128.png",
        "256": "src\/static\/images\/icons\/icons_green\/256.png"
    },
    "action": {
        "default_icon": {
            "16": "src\/static\/images\/icons\/icons_green\/16.png",
            "19": "src\/static\/images\/icons\/icons_green\/19.png",
            "32": "src\/static\/images\/icons\/icons_green\/32.png",
            "48": "src\/static\/images\/icons\/icons_green\/icon48.png",
            "64": "src\/static\/images\/icons\/icons_green\/64.png",
            "128": "src\/static\/images\/icons\/icons_green\/128.png",
            "256": "src\/static\/images\/icons\/icons_green\/256.png"
        },
        "default_popup": "src\/static\/popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "identity",
        "storage",
        "webNavigation",
        "tabs",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.soleback.com\/*"
    ],
    "background": {
        "service_worker": "src\/background\/background.js",
        "type": "module"
    }
}