Keepzer

Track all pages you visit to your Keepzer account

Cos'è Keepzer?

Keepzer è un'estensione di Chrome sviluppata da https://www.keepzer.com, e la sua funzione principale è "Track all pages you visit to your Keepzer account".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Keepzer

Scarica i file di estensione Keepzer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Keepzer Keepzer
ID bdonagiggciecnmbadniakkacjdphehe
URL Ufficiale https://chromewebstore.google.com/detail/keepzer/bdonagiggciecnmbadniakkacjdphehe
Descrizione Track all pages you visit to your Keepzer account
Dimensione del File 123 KB
Conteggio Installazioni 14
Versione Corrente 2.0.2
Ultimo Aggiornamento 2014-09-25
Data di Pubblicazione 2014-09-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.keepzer.com
Tipo di Pagamento free
URL della Pagina di Aiuto https://keepzer.uservoice.com
Lingue Supportate 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"
            ]
        }
    ]
}