Helwa - Automatic Coupon Finder

Helwa finds you discount coupons for your favourite online shops, and automatically inserts them during checkout.

Helwa - Automatic Coupon Finder क्या है?

Helwa - Automatic Coupon Finder Helwa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helwa finds you discount coupons for your favourite online shops, and automatically inserts them during checkout."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Helwa - Automatic Coupon Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Helwa finds you discount coupons for your favourite online store, and automatically inserts them during checkout, saving you money on your purchase and offering cashback points.

Helwa currently works on select online stores in the UAE, Saudi Arabia, Bahrain, Qatar, Kuwait, Oman and Egypt. We add support for additional stores every week.                    

एक्सटेंशन की मूल जानकारी

नाम Helwa - Automatic Coupon Finder Helwa - Automatic Coupon Finder
ID fipaemkffbblojagehfkanmbhpbonppd
आधिकारिक URL https://chromewebstore.google.com/detail/helwa-automatic-coupon-fi/fipaemkffbblojagehfkanmbhpbonppd
विवरण Helwa finds you discount coupons for your favourite online shops, and automatically inserts them during checkout.
फ़ाइल का आकार 1.1 MB
स्थापना संख्या 455
वर्तमान संस्करण 1.3.3
अंतिम अपडेट 2022-08-22
प्रकाशन तिथि 2020-06-28
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Helwa
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://helwa.io/
सहायता पृष्ठ URL https://helwa.io/#faq
गोपनीयता नीति पृष्ठ URL https://helwa.io/privacypolicy.html
समर्थित भाषाएँ en,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Helwa - Automatic Coupon Finder",
    "description": "__MSG_app_desc__",
    "version": "1.3.3",
    "default_locale": "en",
    "oauth2": {
        "client_id": "183663094654-4og23aqdk3okh059uomquvbrp386m24i.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "script.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/logo_for_alert.svg",
        "fonts\/*",
        "img\/close.svg",
        "images\/money.jpg",
        "images\/helwa-success.jpg",
        "images\/poupimg3.jpg",
        "images\/poupimg2.jpg",
        "images\/img1.gif",
        "images\/iconleft.jpg",
        "images\/helwa_logo.svg",
        "images\/loading-horizontal.gif",
        "images\/icon_128.png",
        "img\/logo.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.helwa.io\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "shops\/helwa.js"
            ],
            "matches": [
                "*:\/\/*.helwa.io\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "jquery.min.js",
                "content.js",
                "affiliate.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "jquery.min.js",
                "shops\/automation.js",
                "content.js",
                "localize.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "identity",
        "",
        "*:\/\/*.facebook.com\/*",
        "cookies"
    ]
}