Hexomatic

The no-code, data extraction and work automation platform.

Hexomatic란 무엇입니까?

Hexomatic은(는) https://hexomatic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The no-code, data extraction and work automation platform."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Speed up your sales, marketing, or research tasks with Hexomatic.

The Hexomatic extension provides 1-click access to:

* Grammar & Spelling Audits - Automatically detect grammar and spelling mistakes on any page URL.

* Accessibility Audits - Detect usability issues found on any page. Audits can be performed based on the following standards: IBM Accessibility, WCAG 2.1, WCAG 2.0.

* Tech Stack Analyzer - Discover the tech stack used on any page including what type of technology and third-party services are currently in use.

* Domain Whois Data - Get detailed data for any domain name including age, when it is going to expire, and ownership.

* Content Analysis - Check keyword density, word count, reading time, and letter counts for any web page in seconds.

* Screenshot Capture - Generate full-page website screenshots for a wide range of device screen sizes to preview how your pages look and test for responsive browser issues.

* QR code generator - Generate QR codes in seconds that can be used on stationary, posters, merchandise or product packaging.

Automate time-consuming tasks with Hexomatic


Hexomatic is a unique work automation platform that enables you to tap into 90+ ready-made automations to create your perfect workflow.

----------------------------------------------------------------------------------------------
Check our website to find out more: https://hexomatic.com
----------------------------------------------------------------------------------------------                    

확장 프로그램 기본 정보

이름 Hexomatic Hexomatic
ID gaeglheibddedbjiehaeeacoldaiimkl
공식 URL https://chromewebstore.google.com/detail/hexomatic/gaeglheibddedbjiehaeeacoldaiimkl
설명 The no-code, data extraction and work automation platform.
파일 크기 696 KB
설치 횟수 4,657
현재 버전 1.8.1
최근 업데이트 2023-12-08
출시 날짜 2021-12-28
평점 4.79/5 총 19 개의 평점
개발자 https://hexomatic.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hexomatic.com
도움말 페이지 URL https://hexomatic.com/academy/tutorials/
개인정보 보호 정책 페이지 URL https://hexact.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hexomatic",
    "description": "The no-code, data extraction and work automation platform.",
    "version": "1.8.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": ".\/icon16.png",
            "48": ".\/icon48.png",
            "128": ".\/icon128.png"
        }
    },
    "icons": {
        "16": ".\/icon16.png",
        "48": ".\/icon48.png",
        "128": ".\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "ids": [
            "gaeglheibddedbjiehaeeacoldaiimkl",
            "jmpflegmbfmkimhdhfbjhpnncahdmodo",
            "pdafbekgencanldlcjdagfjmihjjcoef",
            "nhibigcgaipebhhkncfgblijenpjhgpp",
            "bmnlpebnhjbjgbdmiaalflcjjfkfbpgf",
            "jjphfeeonaidkhddfiihhiemoaabpaah",
            "fiebpkfinhoigbcfenmclogdkaligfbl",
            "jldcheckmiaadnhakbpdjhcdddeiglcc"
        ],
        "matches": [
            "https:\/\/hexomatic.com\/*",
            "https:\/\/dash.hexomatic.com\/*",
            "https:\/\/hexomatic.hexact.io\/*",
            "https:\/\/dashhexomatic.hexact.io\/*",
            "http:\/\/localhost:8000\/*",
            "http:\/\/localhost:3000\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dash.hexomatic.com\/*",
                "https:\/\/hexomatic.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}