Keepzer

Track all pages you visit to your Keepzer account

Apa itu Keepzer?

Keepzer adalah ekstensi Chrome yang dikembangkan oleh https://www.keepzer.com, dan fitur utamanya adalah "Track all pages you visit to your Keepzer account".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Keepzer

Unduh file ekstensi Keepzer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Keepzer Keepzer
ID bdonagiggciecnmbadniakkacjdphehe
URL Resmi https://chromewebstore.google.com/detail/keepzer/bdonagiggciecnmbadniakkacjdphehe
Deskripsi Track all pages you visit to your Keepzer account
Ukuran File 123 KB
Jumlah Instalasi 14
Versi Saat Ini 2.0.2
Terakhir Diperbarui 2014-09-25
Tanggal Publikasi 2014-09-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.keepzer.com
Tipe Pembayaran free
URL Halaman Bantuan https://keepzer.uservoice.com
Bahasa yang Didukung 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"
            ]
        }
    ]
}