Guru

Coupons applied automatically

Guru란 무엇입니까?

Guru은(는) https://goguru.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Coupons applied automatically"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Install Guru and stop wasting time manually entering coupon codes. Guru makes it easy to automatically try coupons on your favorite stores.

AUTOMATICALLY APPLY COUPON CODES
- Automatically try coupons from the top online stores.

EXCLUSIVE ACCESS
- Exclusive access to over 50,000 coupons and deals.

–––––––––––––––––––––––––––––––––

By using this extension, you agree to our Terms: https://goguru.io/terms

Privacy Policy: https://goguru.io/privacy                    

확장 프로그램 기본 정보

이름 Guru Guru
ID ekahpenefeneekjoanbhkodldleballn
공식 URL https://chromewebstore.google.com/detail/guru/ekahpenefeneekjoanbhkodldleballn
설명 Coupons applied automatically
파일 크기 569 KB
설치 횟수 7,888
현재 버전 8.0.4
최근 업데이트 2019-02-24
출시 날짜 2019-02-23
평점 4.38/5 총 125 개의 평점
개발자 https://goguru.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://goguru.io/
도움말 페이지 URL https://goguru.io/help
개인정보 보호 정책 페이지 URL https://goguru.io/privacy
지원되는 언어 en-US,es-419,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Guru",
    "version": "8.0.4",
    "description": "__MSG_extDesc__",
    "default_locale": "en_US",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "cookies",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "match_about_blank": false,
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "assets\/css\/fonts.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/active-16.png",
        "48": "icons\/active-48.png",
        "128": "icons\/active-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/inactive-19.png",
            "38": "icons\/inactive-38.png"
        },
        "default_title": "Guru"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.goguru.io https:\/\/api.ipstack.com https:\/\/api.segment.io; object-src 'self'",
    "minimum_chrome_version": "27"
}