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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}