ImpactTracker Web Clipper
Clip web pages directly to evidence vault.
Vad är ImpactTracker Web Clipper?
ImpactTracker Web Clipper är en Chrome-tillägg utvecklad av https://vvimpacttracker.com, och dess huvudfunktion är "Clip web pages directly to evidence vault.".
Tilläggsskärmbilder
Ladda ner ImpactTracker Web Clipper-förlängningens CRX-fil
Ladda ner ImpactTracker Web Clipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | ImpactTracker Web Clipper |
ID | bmpjkijlfbbeapbdejehpphpjocpjajj |
Officiell webbadress | https://chromewebstore.google.com/detail/impacttracker-web-clipper/bmpjkijlfbbeapbdejehpphpjocpjajj |
Beskrivning | Clip web pages directly to evidence vault. |
Filstorlek | 961 KB |
Antal Installationer | 271 |
Aktuell Version | 3.2.0 |
Senast Uppdaterad | 2024-01-08 |
Publiceringsdatum | 2019-11-17 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | https://vvimpacttracker.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://vvimpacttracker.com |
Hjälpsida URL | https://hivve.tech/contact-us/ |
URL till Sekretesspolicy Sidan | https://vvimpacttracker.com/legal/privacy-policy |
Stödda Språk | 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": [ " |