Keepzer

Track all pages you visit to your Keepzer account

Keepzer क्या है?

Keepzer https://www.keepzer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track all pages you visit to your Keepzer account"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Keepzer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}