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
官方網址 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"
            ]
        }
    ]
}