Postcashback

Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.

Postcashback란 무엇입니까?

Postcashback은(는) devlessforme에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Want to earn from your Internet purchases? Buy via Israel Post Cashback site and earn every time you shop online                    

확장 프로그램 기본 정보

이름 Postcashback Postcashback
ID knimahbenfiaggimliedochcldnoamhk
공식 URL https://chromewebstore.google.com/detail/postcashback/knimahbenfiaggimliedochcldnoamhk
설명 Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.
파일 크기 856 KB
설치 횟수 304
현재 버전 3.3.1
최근 업데이트 2020-06-08
출시 날짜 2020-06-06
평점 1.00/5 총 1 개의 평점
개발자 devlessforme
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.postcashback.co.il/
도움말 페이지 URL https://www.postcashback.co.il/faq
개인정보 보호 정책 페이지 URL https://www.lessforme.com/privacy
지원되는 언어 en,ru,iw,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "Postcashback Button",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Hot Deals, Top Stores, Your Account Information and Cash Back are all just one click away.",
    "homepage_url": "http:\/\/www.postcashback.co.il",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "18": "img\/icon18.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Postcashback",
    "permissions": [
        "tabs",
        "webNavigation",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "www.postcashback.co.il\/*",
        "img\/*"
    ],
    "version": "3.3.1"
}