Smarty.Sale Cash Back

Smarty.Sale Cash Back

Smarty.Sale Cash Back란 무엇입니까?

Smarty.Sale Cash Back은(는) https://smarty.sale에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smarty.Sale Cash Back"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Smarty.Sale Cash Back 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With our service, you will never miss a pleasant payback up to 50% for your online purchases. You don't need to visit the website of a store for checking cashback availability, the service will let you know and notify in a friendly manner. In addition, you can activate cashbacks right from the Smarty.Sale service, which is quite convenient as well!
After installation of Smarty.Sale, an icon with our logo will appear at the top right. Click it to register and enter for cashback activation.                    

확장 프로그램 기본 정보

이름 Smarty.Sale Cash Back Smarty.Sale Cash Back
ID jphoeefokmhkfljjhlpbndhikhjpencm
공식 URL https://chromewebstore.google.com/detail/smartysale-cash-back/jphoeefokmhkfljjhlpbndhikhjpencm
설명 Smarty.Sale Cash Back
파일 크기 186 KB
설치 횟수 39,290
현재 버전 3.0.96
최근 업데이트 2020-05-05
출시 날짜 2020-05-04
평점 3.67/5 총 72 개의 평점
개발자 https://smarty.sale
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://smarty.sale/geo/plugin
도움말 페이지 URL https://smarty.sale/geo/help
개인정보 보호 정책 페이지 URL https://smarty.sale/geo/privacy_policy.html
지원되는 언어 en,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "3.0.96",
    "description": "Smarty.Sale Cash Back",
    "default_locale": "ru",
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon19.png",
            "38": "img\/icons\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icons\/icon16.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.png",
        "img\/*.svg",
        "js\/inject*.js",
        "css\/inject.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.google.com https:\/\/*.gstatic.com; object-src 'self' https:\/\/*.google.com https:\/\/*.gstatic.com",
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "management",
        "tabs",
        ""
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "homepage_url": "https:\/\/smarty.sale"
}