Vortimo

Vortimo is software that records, augments, recalls, scrapes, enrich, reports and finds web pages you've visited before.

Vortimo란 무엇입니까?

Vortimo은(는) https://www.vortimo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vortimo is software that records, augments, recalls, scrapes, enrich, reports and finds web pages you've visited before."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Vortimo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Vortimo Proper has been replaced by OSINT-tool. It's a lot slicker and easier and provides similar functionality as Vortimo Proper. OSINT-tool is produced by Vortimo, the same people, the same company.

You can learn more about OSINT-tool at https://osint-tool.com.

You can read about the differences between Vortimo Proper and OSINT-tool on this webpage:
https://osinttool.notaku.site/vortimo-proper-vs-osint-tool

If you REALLY need the extension you can install it here, but it's not supported since July 2023.                    

확장 프로그램 기본 정보

이름 Vortimo Vortimo
ID engmbahfeipfbgcjnjgekgkpmdfhkicn
공식 URL https://chromewebstore.google.com/detail/vortimo/engmbahfeipfbgcjnjgekgkpmdfhkicn
설명 Vortimo is software that records, augments, recalls, scrapes, enrich, reports and finds web pages you've visited before.
파일 크기 5.11 MB
설치 횟수 723
현재 버전 1.2.20220218
최근 업데이트 2023-11-11
출시 날짜 2020-03-01
평점 5.00/5 총 4 개의 평점
개발자 https://www.vortimo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.vortimo.com/
도움말 페이지 URL https://www.vortimo.com/fulldoc/
개인정보 보호 정책 페이지 URL https://vortimo.com/legal
지원되는 언어 en
manifest.json
{
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu7tkPLh5IgVgo0qKf9YNiGjXU8BL7OMtvHYUuNhFZiw\/UzqUC3E14d1G3HGm2igAWmUmSHG4SA9jRcxcWyUuFwUsK0P0iFwhrG1KqUbyiVsqEUlT\/YvvFfIaApl86uRLRRY61kBW+4r2ARieAswlibz6FCmkh4D9g7VzSCBzsd8W6mzeBiQK6zm7SKS2sZZ+FKC7DyUYsadSEhAPOO96lX2gLX0slujj7xa9hhA1Avl+wb5kvvJXitUWDSqarQSacYW\/UNAUGntkITq6tJ\/eiratqyqyvUGyHCsHOeFDBHmpLWkULdxUlCDfqJGazuBP+gQV1T8Q10xqlY5Uf8AHpQIDAQAB",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Vortimo Browser Extension"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "description": "Vortimo is software that records, augments, recalls, scrapes, enrich, reports and finds web pages you've visited before.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "web_accessible_resources": [
        "*.map",
        "*.css",
        "*favicon.ico",
        "*.ttf",
        "*.png",
        "*.svg"
    ],
    "manifest_version": 2,
    "name": "Vortimo",
    "externally_connectable": {
        "ids": [
            "mnakbpdnkedaegeiaoakkjafhoidklnf"
        ],
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/127.0.0.1:*\/*",
            "*:\/\/skylight.vortimo.com:*\/*",
            "*:\/\/osinttool.com:*\/*",
            "*:\/\/osint-tool.com:*\/*"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "nativeMessaging",
        "pageCapture",
        ""
    ],
    "short_name": "Vortimo Browser Extension",
    "version": "3.1",
    "version_name": "1.2.20220218",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}