Identifi Link Catcher

Link catcher for blogs & articles

Что такое Identifi Link Catcher?

Identifi Link Catcher - это расширение Chrome, разработанное chris, и его основная функция - "Link catcher for blogs & articles".

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

screenshot
screenshot

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

Скачайте файлы расширений Identifi Link Catcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This chrome extension allows you to save links in the Knowledge-Base app of High Output Ventures. You need to have an Identifi account to be able to use the plugin.                    

Основная информация о расширении

Название Identifi Link Catcher Identifi Link Catcher
ID bgbfnhmdecfdkgfjcfadecmlghodloio
Официальный URL https://chromewebstore.google.com/detail/identifi-link-catcher/bgbfnhmdecfdkgfjcfadecmlghodloio
Описание Link catcher for blogs & articles
Размер файла 1.15 MB
Количество установок 17
Текущая Версия 0.1.5
Последнее Обновление 2021-01-06
Дата публикации 2020-12-01
Рейтинг 5.00/5 Всего 1 оценок
Разработчик chris
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Identifi Link Catcher",
    "version": "0.1.5",
    "description": "Link catcher for blogs & articles",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdn.heapanalytics.com; object-src 'self'; script-src-elem 'self' https:\/\/cdn.heapanalytics.com"
}