Shoppingo Shopping Assistant

The best way to save time and money while shopping online.

Shoppingo Shopping Assistant란 무엇입니까?

Shoppingo Shopping Assistant은(는) http://getshoppingo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best way to save time and money while shopping online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Shoppingo Shopping Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shoppingo Online Shopping Assistant helps you save time and money online, by getting the best prices across Amazon, Flipkart, among others, and helps you get your products delivered faster.

- We find the best prices, even if it's available right on the same website.
- We compare prices for you, so you don't have to!
- Can spare a few extra bucks for faster delivery? We'll show you which websites can get the product fastest to you!
- We'll scan for the latest offers on credit/debit cards, and let you know if you should use a specific one to get maximum benefits!
- Pingu lives in a small space on your shopping websites, and does not crowd and hinder your shopping experience by displaying overlays or popups.
- You can always click on the Pingu Button to know about the latest offers and deals across websites!                    

확장 프로그램 기본 정보

이름 Shoppingo Shopping Assistant Shoppingo Shopping Assistant
ID cglgggloahballbnpiijijjjihmenjmb
공식 URL https://chrome.google.com/webstore/detail/shoppingo-shopping-assist/cglgggloahballbnpiijijjjihmenjmb
설명 The best way to save time and money while shopping online.
파일 크기 632 KB
설치 횟수 98
현재 버전 2.1
최근 업데이트 2017-05-06
출시 날짜 2017-05-06
평점 5.00/5 총 10 개의 평점
개발자 http://getshoppingo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.getshoppingo.com
개인정보 보호 정책 페이지 URL https://getshoppingo.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "lib\/jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com; object-src 'self'",
    "web_accessible_resources": [
        "icons\/fonts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/base64.js",
                "analytics.js",
                "templates.js",
                "pinguUtils.js",
                "comparison.js",
                "amazon.js",
                "flipkart.js",
                "snapdeal.js",
                "main.js"
            ],
            "css": [
                "pingu.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Shoppingo Shopping Assistant"
    }
}