Meramaal Express Cash Back Buddy

Meramaal Express Cash Back provides automatic Cashback alerts & the best Price over 2 Crore products from 250+ online stores.

Meramaal Express Cash Back Buddy란 무엇입니까?

Meramaal Express Cash Back Buddy은(는) http://meramaal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Meramaal Express Cash Back provides automatic Cashback alerts & the best Price over 2 Crore products from 250+ online stores."입니다.

확장 프로그램 스크린샷

Meramaal Express Cash Back Buddy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Meramaal Express plugin provides automatic alerts, coupons & the best Price over 2 Crore products from 250+ online stores. No hassle. No more missed Cash back!
The Meramaal Express Button makes earning on your online purchases and finding Hot Deals easier than ever.

The official Meramaal Express Button for Chrome is a 5-star rated, must-have for your browser!  Time is money and we're giving you back some of both! 
Automatically see rewards alerts when shopping, compare prodcut prices, coupons when searching, and enjoy one-click access to all your account information.   

Never miss out on online savings again 
Are you disappointed with your favourite online retailer for not providing cashback?Do not worry, 
Meramaal Express plugin will alert you anytime you are on a store that offers savings & rewards through Meramaal.com and in some cases it will automatically be activated for you!  

Coupons, Deals & offer alerts while you search 
Searching for a new pair of shoes? Now you can see savings information right on the search results page in Google, Yahoo, and Bing so you can get the sweetest deal!   

What are you waiting for? Get the official Meramaal Express plugin Button for Chrome and start saving time and money today!

Please see our Privacy Policy at https://www.cashback.meramaal.com/pages/privacy                    

확장 프로그램 기본 정보

이름 Meramaal Express Cash Back Buddy Meramaal Express Cash Back Buddy
ID nkiajahbhdmmngfabbjakjgkpppkdinn
공식 URL https://chrome.google.com/webstore/detail/meramaal-express-cash-bac/nkiajahbhdmmngfabbjakjgkpppkdinn
설명 Meramaal Express Cash Back provides automatic Cashback alerts & the best Price over 2 Crore products from 250+ online stores.
파일 크기 361 KB
설치 횟수 21
현재 버전 1.0.5
최근 업데이트 2017-11-26
출시 날짜 2017-11-26
평점 5.00/5 총 5 개의 평점
개발자 http://meramaal.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cashback.meramaal.com/
도움말 페이지 URL https://cashback.meramaal.com/support.php
개인정보 보호 정책 페이지 URL https://cashback.meramaal.com/pages/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Meramaal Express Cash Back Buddy",
    "icons": {
        "128": "img\/logo128.png",
        "48": "img\/logo48.png",
        "16": "img\/logo16.png"
    },
    "web_accessible_resources": [
        "js\/*",
        "popup\/*",
        "img\/*"
    ],
    "description": "Meramaal Express Cash Back provides automatic Cashback alerts & the best Price over 2 Crore products from 250+ online stores.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/cashback.meramaal.com\/",
    "version": "1.0.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo16.png",
        "default_title": "Meramaal Express Cash Back Button"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}