iDiscount App

Get Free Voucher Codes at top stores AND click and go to favorite webpage!

iDiscount App란 무엇입니까?

iDiscount App은(는) https://www.icashback.ro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Free Voucher Codes at top stores AND click and go to favorite webpage!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        iDiscount App offers you discount codes / vouchers for your purchases + a nice BONUS! Read below.

When you are about to buy, iDiscount suggests discount codes / vouchers for your purchases. Use the suggested discount code at the stores checkout and save the most on your purchases!


BONUS: You can set your favorite web page as the default one when pressing the Apps % icon. Pressing the % icon opens your desired favorite web page. Check the Options page by right-clicking the Apps % icon!

We found out it is the perfect way for you to win precious time not writing the address and pressing the Enter key.

Avoid misspelling the name so you don't have to write it again!

You can choose from our extensive list of popular web pages or you can add your new desired page! Affiliate links may be used.

Another Bonus: Unlike other applications, iDiscount is simple, secure and private in terms of your Internet security. In addition, it is completely Free!


How does it work?

When you visit a partner store, iDiscount notifies you if there is a coupon / voucher with which you have a discount on your shopping cart. To view the code, the page will reload using an affiliate link.


Will my browser slow down?

Definitely not, the service does not influence the performance of your browser at all. The latest generation technology that underlies the application is carefully optimized, so as to ensure the operation of your browser at full capacity.


What browsers are supported?

On Desktop / Laptop, the application is available for the following browsers: Chrome and Firefox.


What kind of data is collected and processed?

To protect your privacy, the application does not collect any personal information. In order to be able to offer you discount codes, you need a kind of fingerprint, but without us knowing who you are exactly. We collect and process strictly information contained in web pages, but which are not associated with your identity and which cannot be attributed to you in any way:

-The URL of the site visited;
-the characteristics or the name of the product that is displayed on the web page;
-words or other information associated with the product from a web page;
- URLs of suggested and visited sites;
-other technical information with anonymous character (browser version, visit IP in anonymized form).

All just to be able to give you the voucher code you deserve!                    

확장 프로그램 기본 정보

이름 iDiscount App iDiscount App
ID fmlbkhohcappkmipofekoenegciimjkf
공식 URL https://chrome.google.com/webstore/detail/idiscount-app/fmlbkhohcappkmipofekoenegciimjkf
설명 Get Free Voucher Codes at top stores AND click and go to favorite webpage!
파일 크기 1.46 MB
설치 횟수 914
현재 버전 1.0.4
최근 업데이트 2021-04-07
출시 날짜 2018-01-27
평점 4.18/5 총 11 개의 평점
개발자 https://www.icashback.ro
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.icashback.ro/
도움말 페이지 URL https://www.icashback.ro/contact.html
개인정보 보호 정책 페이지 URL https://www.icashback.ro/confidentialitate
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iDiscount App",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Get Free Voucher Codes at top stores AND click and go to favorite webpage!",
    "homepage_url": "http:\/\/iCashBack.ro",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "52.0",
            "update_url": "https:\/\/icashback-5bddf.firebaseapp.com\/firefox\/updates.json"
        }
    },
    "icons": {
        "16": "res\/icons\/icon16.png",
        "48": "res\/icons\/icon48.png",
        "128": "res\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "src\/js\/jquery-3.1.1.js",
                "src\/components\/logger\/logger.js",
                "src\/utils\/util.js",
                "src\/js\/profitshare_code.js",
                "src\/js\/main.js"
            ],
            "css": [
                "src\/css\/main.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.iCashBack.ro\/*",
                "*:\/\/www.icashback.ro\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "src\/js\/jquery-3.1.1.js",
            "src\/utils\/api.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/components\/options\/index.html",
    "web_accessible_resources": [
        "src\/libs\/*",
        "src\/components\/*"
    ],
    "browser_action": {
        "default_icon": "res\/icons\/icon19.png",
        "default_title": "iDiscount"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}