Keepzer

Track all pages you visit to your Keepzer account

Qu'est-ce que Keepzer ?

Keepzer est une extension Chrome développée par https://www.keepzer.com, et sa fonction principale est "Track all pages you visit to your Keepzer account".

Captures d'Écran de l'Extension

screenshot

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

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

                        Keepzer for Chrome tracks the title and url of all webpages you visit into your Keepzer account.
Add more data to your personal data store to get a more complete picture of your digital self.

We promise that this data is completely private and cannot be seen by anybody except you, not even by us.                    

Informations de Base sur l'Extension

Nom Keepzer Keepzer
ID bdonagiggciecnmbadniakkacjdphehe
URL Officiel https://chromewebstore.google.com/detail/keepzer/bdonagiggciecnmbadniakkacjdphehe
Description Track all pages you visit to your Keepzer account
Taille du Fichier 123 KB
Nombre d'Installations 14
Version Actuelle 2.0.2
Dernière Mise à Jour 2014-09-25
Date de Publication 2014-09-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.keepzer.com
Type de Paiement free
URL de la Page d'Aide https://keepzer.uservoice.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keepzer",
    "description": "Track all pages you visit to your Keepzer account",
    "version": "2.0.2",
    "icons": {
        "16": "keepzer-logo-16.png",
        "48": "keepzer-logo-48.png",
        "128": "keepzer-logo-128.png"
    },
    "permissions": [
        "storage",
        "http:\/\/localhost:61722\/api",
        "http:\/\/test.keepzer.com\/api",
        "https:\/\/www.keepzer.com\/api"
    ],
    "browser_action": {
        "default_icon": "icon_default.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "keepzerapi.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "page.js"
            ]
        }
    ]
}