GPXPlus Notifier

Get notifications from GPXPlus when you're offline.

Qu'est-ce que GPXPlus Notifier ?

GPXPlus Notifier est une extension Chrome développée par http://gpxplus.net, et sa fonction principale est "Get notifications from GPXPlus when you're offline.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension GPXPlus Notifier

Téléchargez les fichiers d'extension GPXPlus Notifier 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

                        A simple extension to get notifications from GPXPlus.net, even when you're offline.  Find out if your eggs are ready to hatch or if your Vs. Seeker battle is done and much more without having to lift a finger!

Requires an account on GPXPlus.net/GTSPlus.net to use.  GPXPlus is a fun and free way to adopt, raise and collect Pokemon, and much more!                    

Informations de Base sur l'Extension

Nom GPXPlus Notifier GPXPlus Notifier
ID bikgbcleglmoiiadddnnmmcekkfkhkdo
URL Officiel https://chrome.google.com/webstore/detail/gpxplus-notifier/bikgbcleglmoiiadddnnmmcekkfkhkdo
Description Get notifications from GPXPlus when you're offline.
Taille du Fichier 43.37 KB
Nombre d'Installations 1,000
Version Actuelle 0.90
Dernière Mise à Jour 2016-11-25
Date de Publication 2016-11-25
Évaluation 4.77/5 Total 43 Évaluations
Développeur http://gpxplus.net
Type de Paiement free
Site Web de l'Extension https://gpx.plus/
URL de la Page d'Aide https://gpx.plus/help/notifier
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPXPlus Notifier",
    "version": "0.90",
    "description": "Get notifications from GPXPlus when you're offline.",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gpx.plus\/*"
            ],
            "css": [
                "hidenotification.css"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/*.gpx.plus\/*",
        "notifications"
    ],
    "options_page": "options.html",
    "manifest_version": 2
}