ImpactTracker Web Clipper
Clip web pages directly to evidence vault.
Co to jest ImpactTracker Web Clipper?
ImpactTracker Web Clipper to rozszerzenie Chrome opracowane przez https://vvimpacttracker.com, a jego główną funkcją jest „Clip web pages directly to evidence vault.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ImpactTracker Web Clipper
Pobierz pliki rozszerzeń ImpactTracker Web Clipper 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
The ImpactTracker web clipper provides a quick way for users to store relevant web pages directly within the EvidenceVault, through a browser extension. During your work on a research project, you may come across relevant information online at any time and in any format, even if you are not specifically looking for it. The web clipper enables you to quickly capture videos, images, articles and other documents from the internet without having to log into ImpactTracker or the EvidenceVault, simply by using the browser extension. This then saves these files into the EvidenceVault, your online scrap book for any supporting information relating to your project, with the option to associate it directly with one or more of your projects. You can later access this evidence at any time. Key Features: • Quickly save evidence from the internet directly into your EvidenceVault and associate it with one or more research projects. • Choose which audience you wish to share your evidence - or keep it private - depending on your security requirements. To learn more about ImpactTracker, visit our product page at: https://hivve.tech/products/impactecosystem/impacttracker/
Podstawowe informacje o rozszerzeniu
Nazwa | ImpactTracker Web Clipper |
ID | bmpjkijlfbbeapbdejehpphpjocpjajj |
Oficjalny URL | https://chromewebstore.google.com/detail/impacttracker-web-clipper/bmpjkijlfbbeapbdejehpphpjocpjajj |
Opis | Clip web pages directly to evidence vault. |
Rozmiar pliku | 961 KB |
Liczba instalacji | 271 |
Aktualna Wersja | 3.2.0 |
Ostatnia Aktualizacja | 2024-01-08 |
Data Publikacji | 2019-11-17 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | https://vvimpacttracker.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://vvimpacttracker.com |
Adres URL Strony Pomocy | https://hivve.tech/contact-us/ |
Adres URL Strony Polityki Prywatności | https://vvimpacttracker.com/legal/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.2.0", "author": "HIVVE GROUP LTD", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "en", "options_page": "index.html?#\/options", "incognito": "split", "action": { "default_icon": { "16": "assets\/brand\/it-logo-16.png", "48": "assets\/brand\/it-logo-48.png", "128": "assets\/brand\/it-logo-128.png" } }, "icons": { "16": "assets\/brand\/it-logo-16.png", "48": "assets\/brand\/it-logo-48.png", "128": "assets\/brand\/it-logo-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "cookies", "contextMenus", "notifications", "scripting", "storage", "tabs", "unlimitedStorage" ], "host_permissions": [ " |