Identifi Link Catcher
Link catcher for blogs & articles
Co to jest Identifi Link Catcher?
Identifi Link Catcher to rozszerzenie Chrome opracowane przez chris, a jego główną funkcją jest „Link catcher for blogs & articles”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Identifi Link Catcher
Pobierz pliki rozszerzeń Identifi Link Catcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Identifi Link Catcher |
ID | bgbfnhmdecfdkgfjcfadecmlghodloio |
Oficjalny URL | https://chromewebstore.google.com/detail/identifi-link-catcher/bgbfnhmdecfdkgfjcfadecmlghodloio |
Opis | Link catcher for blogs & articles |
Rozmiar pliku | 1.15 MB |
Liczba instalacji | 17 |
Aktualna Wersja | 0.1.5 |
Ostatnia Aktualizacja | 2021-01-06 |
Data Publikacji | 2020-12-01 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | chris |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |