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開發的Chrome擴展程式,該擴展的主要功能是“Helwa finds you discount coupons for your favourite online shops, and automatically inserts them during checkout.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Helwa - Automatic Coupon Finder擴展crx文件

下載Helwa - Automatic Coupon Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}