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」です。
拡張機能のスクリーンショット
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 |
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": [ " |