Keepzer

Track all pages you visit to your Keepzer account

What is Keepzer?

Keepzer is a Chrome extension developed by https://www.keepzer.com, and its main feature is "Track all pages you visit to your Keepzer account".

Extension Screenshots

screenshot

Download Keepzer Extension CRX File

Download Keepzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Keepzer Keepzer
ID bdonagiggciecnmbadniakkacjdphehe
Official URL https://chromewebstore.google.com/detail/keepzer/bdonagiggciecnmbadniakkacjdphehe
Description Track all pages you visit to your Keepzer account
File Size 123 KB
Installation Count 14
Current Version 2.0.2
Last Updated 2014-09-25
Publish Date 2014-09-25
Rating 5.00/5 Total 1 Ratings
Developer https://www.keepzer.com
Payment Type free
Help Page URL https://keepzer.uservoice.com
Supported Languages 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"
            ]
        }
    ]
}