Hexomatic
The no-code, data extraction and work automation platform.
Τι είναι το Hexomatic;
Το Hexomatic είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hexomatic.com, και η κύρια λειτουργία του είναι "The no-code, data extraction and work automation platform.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hexomatic
Λήψη αρχείων επέκτασης Hexomatic σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        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
----------------------------------------------------------------------------------------------                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |  | 
| 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"
            ]
        }
    ]
} | |