Keepzer

Track all pages you visit to your Keepzer account

Что такое Keepzer?

Keepzer - это расширение Chrome, разработанное https://www.keepzer.com, и его основная функция - "Track all pages you visit to your Keepzer account".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Keepzer

Скачайте файлы расширений 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
Официальный 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"
            ]
        }
    ]
}