Axiom Browser Automation

Create browser bots without code. Automate repetitive work.

Axiom Browser Automation क्या है?

Axiom Browser Automation https://axiom.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create browser bots without code. Automate repetitive work."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Axiom Browser Automation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Create browser bots without code and automate repetitive work with axiom.ai 

Axiom is a no-code browser automation and Robotic Process Automation (RPA) tool, backed by Y Combinator and SAP.

Automate website actions and other tasks quickly, using only clicking and typing on the user interface of websites and web apps - no coding, API or developer required.

Integrate with Zapier and Integromat to trigger bots from any web-app!

Axiom lets you:

- Automate UI interactions
- Scrape any website
- Input data into any web form
- Schedule bots
- Use webhooks to post and receive data from Zapier, Integromat or elsewhere
- Read and write from Google Sheets
- Download and share your automations with other users

Build automations for:

- Data scraping
- Data entry
- Extract, Transform and Load tasks (ETL)
- Building social media bots
- Moving data between applications
- Automation without APIs
- Automating workflows within web apps

If you run into any issues, please don’t hesitate to get in touch on [email protected]!                    

एक्सटेंशन की मूल जानकारी

नाम Axiom Browser Automation Axiom Browser Automation
ID cpgamigjcbffkaiciiepndmonbfdimbb
आधिकारिक URL https://chromewebstore.google.com/detail/axiom-browser-automation/cpgamigjcbffkaiciiepndmonbfdimbb
विवरण Create browser bots without code. Automate repetitive work.
फ़ाइल का आकार 6.84 MB
स्थापना संख्या 120,842
वर्तमान संस्करण 4.0.0
अंतिम अपडेट 2024-01-11
प्रकाशन तिथि 2020-06-17
रेटिंग 4.60/5 कुल 149 रेटिंग्स
डेवलपर https://axiom.ai
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://axiom.ai
सहायता पृष्ठ URL https://axiom.ai/help
गोपनीयता नीति पृष्ठ URL https://axiom.ai/privacy-policy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Create browser bots without code. Automate repetitive work.",
    "version": "4.0.0",
    "name": "Axiom Browser Automation",
    "author": "Axiom AI Limited",
    "key": "MHwwDQYJKoZIhvcNAQEBBQADawAwaAJhALFmbOE3H8Z7Mm2yD+cpgUrruZTtC3010\/Bejyz5TK+rLj7QEH+n6RHwCyvOQERbcnLhfgCdESMxfuDfUcAjNVnQIHDc6SZNEtwNOywJhp5l3FuUlBpswRuU2aJ2I1IgDQIDAQAB",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "browser_action": {
        "default_icon": "axiom-logo.png",
        "default_tip": "Axioms"
    },
    "icons": {
        "128": "axiom-logo.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/rec.smartlook.com https:\/\/web-sdk.smartlook.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "notifications",
        "cookies",
        "storage",
        "unlimitedStorage",
        "tabs",
        "identity",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "axiom-logo.png",
        "axiom-logo-new.png",
        "axiom-logo-long.png",
        "bots-at-work.png",
        "ban.svg",
        "times.svg",
        "plus.svg",
        "toggle-on.svg",
        "toggle-off.svg",
        "record-large.png",
        "record.png",
        "axiom-icon.png",
        "chevron-left.svg",
        "lightbulb.svg",
        "extension.css",
        "content.css",
        "lib\/jquery-confirm.min.css",
        "axiombuilder.html",
        "axiomselector.css"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.axiom.ai\/*",
            "*:\/\/*.tgwc.space\/*",
            "*:\/\/localhost:*\/*",
            "*:\/\/0.0.0.0:*\/*",
            "*:\/\/*.linkedin.com\/*",
            "*:\/\/*.bitmachine.co.uk\/*",
            "*:\/\/*.apis.google.com\/*"
        ]
    },
    "oauth2": {
        "client_id": "733612197376-mc7mois00vsqb1gl8ua51nj5o04lmv86.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+A",
                "mac": "Command+Shift+A",
                "chromeos": "Ctrl+Shift+A",
                "linux": "Ctrl+Shift+A"
            }
        }
    }
}