Keepzer
Track all pages you visit to your Keepzer account
Wat is Keepzer?
Keepzer is een Chrome-extensie ontwikkeld door https://www.keepzer.com, en de belangrijkste functie is "Track all pages you visit to your Keepzer account".
Extensie Screenshots
Download het CRX-bestand van de extensie Keepzer
Download Keepzer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Keepzer |
ID | bdonagiggciecnmbadniakkacjdphehe |
Officiële URL | https://chromewebstore.google.com/detail/keepzer/bdonagiggciecnmbadniakkacjdphehe |
Beschrijving | Track all pages you visit to your Keepzer account |
Bestandsgrootte | 123 KB |
Aantal Installaties | 14 |
Huidige Versie | 2.0.2 |
Laatst Bijgewerkt | 2014-09-25 |
Publicatiedatum | 2014-09-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.keepzer.com |
Betalingswijze | free |
Help Pagina-URL | https://keepzer.uservoice.com |
Ondersteunde Talen | 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": [ " |