Keepzer

Track all pages you visit to your Keepzer account

Vad är Keepzer?

Keepzer är en Chrome-tillägg utvecklad av https://www.keepzer.com, och dess huvudfunktion är "Track all pages you visit to your Keepzer account".

Tilläggsskärmbilder

screenshot

Ladda ner Keepzer-förlängningens CRX-fil

Ladda ner Keepzer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Keepzer Keepzer
ID bdonagiggciecnmbadniakkacjdphehe
Officiell webbadress https://chromewebstore.google.com/detail/keepzer/bdonagiggciecnmbadniakkacjdphehe
Beskrivning Track all pages you visit to your Keepzer account
Filstorlek 123 KB
Antal Installationer 14
Aktuell Version 2.0.2
Senast Uppdaterad 2014-09-25
Publiceringsdatum 2014-09-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.keepzer.com
Betalningssätt free
Hjälpsida URL https://keepzer.uservoice.com
Stödda Språk 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"
            ]
        }
    ]
}