FlipCash

Buy anything on flipkart and get the real cashback on every order

FlipCash란 무엇입니까?

FlipCash은(는) Gronical App Studios Pvt Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Buy anything on flipkart and get the real cashback on every order"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Buy anything on flipkart and get the real cashback on every order.

You just need to install this extension to your chrome browser and you will automatically get the cashback amount of item purchased by you from flipkart. Just enter your email id in the extension to get tracked of your cashbacks.

Please read 'Terms and Conditions' after installing it.                    

확장 프로그램 기본 정보

이름 FlipCash FlipCash
ID lbmhkmmjlabpmdddhjcnabalhlckclpl
공식 URL https://chromewebstore.google.com/detail/flipcash/lbmhkmmjlabpmdddhjcnabalhlckclpl
설명 Buy anything on flipkart and get the real cashback on every order
파일 크기 615 KB
설치 횟수 21
현재 버전 1.0.0
최근 업데이트 2018-12-30
출시 날짜 2018-12-30
평점 4.80/5 총 5 개의 평점
개발자 Gronical App Studios Pvt Ltd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://gronicalappstudios.com
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "FlipCash"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "qr.css"
            ],
            "matches": [
                "*:\/\/*.flipkart.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Buy anything on flipkart and get the real cashback on every order",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "FlipCash",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.flipkart.com\/*"
    ],
    "version": "1.0.0"
}