Kapruka Globalshop Price Checker

This extension will show Kapruka Global Shop Price from Amazon and Ebay

What is Kapruka Globalshop Price Checker?

Kapruka Globalshop Price Checker is a Chrome extension developed by Kapruka, and its main feature is "This extension will show Kapruka Global Shop Price from Amazon and Ebay".

Extension Screenshots

screenshot

Download Kapruka Globalshop Price Checker Extension CRX File

Download Kapruka Globalshop Price Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will show Kapruka Global Shop Price Form Amazon and eBay                    

Extension Basic Information

Name Kapruka Globalshop Price Checker Kapruka Globalshop Price Checker
ID alfablgknghfbielcniihndbalmhildg
Official URL https://chrome.google.com/webstore/detail/kapruka-globalshop-price/alfablgknghfbielcniihndbalmhildg
Description This extension will show Kapruka Global Shop Price from Amazon and Ebay
File Size 107 KB
Installation Count 1,000
Current Version 0.0.13
Last Updated 2021-08-05
Publish Date 2020-06-18
Rating 5.00/5 Total 4 Ratings
Developer Kapruka
Email [email protected]
Payment Type free
Extension Website https://www.kapruka.com/globalshop/price_check_auto.jsp
Help Page URL https://www.kapruka.com/contactUs/privacyPolicy.jsp
Privacy Policy Page URL https://www.kapruka.com/contactUs/privacyPolicy.jsp
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kapruka Globalshop Price Checker",
    "description": "This extension will show Kapruka Global Shop Price from Amazon and Ebay",
    "version": "0.0.13",
    "icons": {
        "96": "img\/96_logo.png",
        "128": "img\/128_logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "http:\/\/*.amazon.com\/*",
                "http:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.ebay.com\/*",
                "http:\/\/*.ebay.com\/*"
            ],
            "js": [
                "view.js",
                "content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "other.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/128_logo.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.kapruka.com\/",
        "http:\/\/www.kapruka.com\/",
        "https:\/\/kapruka.com\/",
        "http:\/\/kapruka.com\/",
        "http:\/\/*.doofinder.com\/",
        "https:\/\/*.doofinder.com\/",
        "http:\/\/eu1-search.doofinder.com\/",
        "https:\/\/eu1-search.doofinder.com\/",
        "http:\/\/dockingstataion.lanka.info\/"
    ]
}