Keepzer

Track all pages you visit to your Keepzer account

什么是Keepzer?

Keepzer是由https://www.keepzer.com开发的Chrome扩展程序,该扩展的主要功能是“Track all pages you visit to your Keepzer account”。

扩展截图

screenshot

下载Keepzer扩展crx文件

下载Keepzer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Keepzer Keepzer
ID bdonagiggciecnmbadniakkacjdphehe
官方URL https://chromewebstore.google.com/detail/keepzer/bdonagiggciecnmbadniakkacjdphehe
简介 Track all pages you visit to your Keepzer account
文件大小 123 KB
安装次数 14
当前版本 2.0.2
更新时间 2014-09-25
上架时间 2014-09-25
评分 5.00/5 共1次评分
开发者 https://www.keepzer.com
付费类型 free
帮助页面URL https://keepzer.uservoice.com
支持的语言 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"
            ]
        }
    ]
}