FlipCash

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

ما هو FlipCash؟

FlipCash هو إضافة Chrome تم تطويرها بواسطة Gronical App Studios Pvt Ltd، والميزة الرئيسية لها هي "Buy anything on flipkart and get the real cashback on every order".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FlipCash

قم بتنزيل ملفات الامتداد FlipCash بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}