Astor.ai Data Entry for Chrome

Auto-fills data based on camera input

Astor.ai Data Entry for Chrome क्या है?

Astor.ai Data Entry for Chrome https://astor.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-fills data based on camera input"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Astor.ai Data Entry for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Astor.ai Data Entry can automatically convert your invoices or receipts into accounting data.  Using this extension, you save time in your accounting system.

Instead of entering all the numbers, this extension makes a camera view available where you can take a picture of the receipt.  Then the astor.ai analysis will fill in the data from the receipt or invoice in your accounting system.

Supported accounting systems:
- Fortnox
- Visma eAccounting                    

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

नाम Astor.ai Data Entry for Chrome Astor.ai Data Entry for Chrome
ID lojaondoepcbdlcohngoheldclaongdf
आधिकारिक URL https://chromewebstore.google.com/detail/astorai-data-entry-for-ch/lojaondoepcbdlcohngoheldclaongdf
विवरण Auto-fills data based on camera input
फ़ाइल का आकार 1.58 MB
स्थापना संख्या 104
वर्तमान संस्करण 0.3.14
अंतिम अपडेट 2019-11-26
प्रकाशन तिथि 2019-11-26
डेवलपर https://astor.ai
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.3.14",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the astor.ai user interface",
        "default_icon": "logo-48x48.png"
    },
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/apps.fortnox.se\/*",
        "https:\/\/apps2.fortnox.se\/*",
        "https:\/\/apps3.fortnox.se\/*",
        "https:\/\/apps4.fortnox.se\/*",
        "https:\/\/apps5.fortnox.se\/*",
        "https:\/\/apps6.fortnox.se\/*",
        "https:\/\/www.promikbook.com\/*",
        "https:\/\/eaccounting.vismaonline.com\/*",
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/apps.fortnox.se\/*",
                "https:\/\/apps2.fortnox.se\/*",
                "https:\/\/apps3.fortnox.se\/*",
                "https:\/\/apps4.fortnox.se\/*",
                "https:\/\/apps5.fortnox.se\/*",
                "https:\/\/apps6.fortnox.se\/*",
                "https:\/\/www.promikbook.com\/*",
                "https:\/\/eaccounting.vismaonline.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "injected-script.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/apps.fortnox.se\/*",
            "https:\/\/apps2.fortnox.se\/*",
            "https:\/\/apps3.fortnox.se\/*",
            "https:\/\/apps4.fortnox.se\/*",
            "https:\/\/apps5.fortnox.se\/*",
            "https:\/\/apps6.fortnox.se\/*",
            "https:\/\/www.promikbook.com\/*",
            "https:\/\/eaccounting.vismaonline.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "opencv_js.js",
            "\/static\/js\/runtime-main.65573bac.js",
            "\/static\/js\/2.6c56e635.chunk.js",
            "\/static\/js\/main.7814857a.chunk.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/static\/*",
        "opencv_js.js",
        "\/static\/js\/2.6c56e635.chunk.js",
        "\/static\/js\/runtime-main.65573bac.js",
        "\/static\/js\/main.7814857a.chunk.js",
        "\/static\/css\/main.bb3d5928.chunk.css",
        "\/static\/css\/2.fc89ba09.chunk.css"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval' 'sha256-Q\/TC+eQp11A70WPIwnYJR4A9lWdTqCJRT6dUqe4T5yg=' https:\/\/www.googletagmanager.com\/; object-src 'self'; media-src 'self' blob: data:;"
}