Cricket

A Cricket chrome extension - platform for locating and monitoring desired products by the customer

Qu'est-ce que Cricket ?

Cricket est une extension Chrome développée par https://cricketown.com, et sa fonction principale est "A Cricket chrome extension - platform for locating and monitoring desired products by the customer".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cricket

Téléchargez les fichiers d'extension Cricket au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Cricket was founded because we wanted to create a trustworthy platform to help 
users like us find cheap products through the web. 
Cricket offers a Chrome extension and a native Android application and lets you set a price on any product offered by: 
eBay, Amazon, GearBest, Banggood or Deal Extream.                    

Informations de Base sur l'Extension

Nom Cricket Cricket
ID akknnkafgnopejnkiifjoffhjpeobaod
URL Officiel https://chromewebstore.google.com/detail/cricket/akknnkafgnopejnkiifjoffhjpeobaod
Description A Cricket chrome extension - platform for locating and monitoring desired products by the customer
Taille du Fichier 1.16 MB
Nombre d'Installations 66
Version Actuelle 0.2.0
Dernière Mise à Jour 2017-08-18
Date de Publication 2017-08-18
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://cricketown.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.cricketown.com/terms.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cricket",
    "version": "0.2.0",
    "icons": {
        "48": "images\/cricket1.png"
    },
    "description": "A Cricket chrome extension - platform for locating and monitoring desired products by the customer",
    "background": {
        "scripts": [
            ".\/js\/lib\/jquery.min.js",
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "https:\/\/cricketeam.herokuapp.com\/*"
    ],
    "browser_action": {
        "default_icon": "images\/cricket_default.png",
        "default_popup": ".\/templates\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "includes\/css\/style.css"
            ],
            "js": [
                ".\/js\/lib\/jquery.min.js",
                ".\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*.ebay.com\/itm*",
                "https:\/\/*.amazon.com\/*\/dp\/*\/ref*",
                "https:\/\/*.amazon.com\/dp\/*\/ref*",
                "https:\/\/*.amazon.com\/*\/dp\/*psc*",
                "https:\/\/*.amazon.com\/gp\/*\/ref*",
                "http:\/\/*.gearbest.com\/*\/pp*",
                "http:\/\/*.dx.com\/p\/*",
                "https:\/\/*.banggood.com\/*-p-*",
                "https:\/\/*.amazon.com\/dp\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/js\/content.js; object-src 'self'"
}