ImpactTracker Web Clipper

Clip web pages directly to evidence vault.

ImpactTracker Web Clipper란 무엇입니까?

ImpactTracker Web Clipper은(는) https://vvimpacttracker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clip web pages directly to evidence vault."입니다.

확장 프로그램 스크린샷

screenshot

ImpactTracker Web Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 ImpactTracker Web Clipper ImpactTracker Web Clipper
ID bmpjkijlfbbeapbdejehpphpjocpjajj
공식 URL https://chromewebstore.google.com/detail/impacttracker-web-clipper/bmpjkijlfbbeapbdejehpphpjocpjajj
설명 Clip web pages directly to evidence vault.
파일 크기 961 KB
설치 횟수 271
현재 버전 3.2.0
최근 업데이트 2024-01-08
출시 날짜 2019-11-17
평점 4.67/5 총 3 개의 평점
개발자 https://vvimpacttracker.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vvimpacttracker.com
도움말 페이지 URL https://hivve.tech/contact-us/
개인정보 보호 정책 페이지 URL https://vvimpacttracker.com/legal/privacy-policy
지원되는 언어 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": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; object-src 'self'"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "contentPage.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "installHelpers.js"
            ],
            "matches": [
                "https:\/\/*.vvimpacttracker.com\/*",
                "https:\/\/vvimpacttracker.com\/*",
                "https:\/\/*.vvimpacttracker.com.au\/*",
                "https:\/\/vvimpacttracker.com.au\/*",
                "https:\/\/hivveimpacttracker.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}