Cognifirm

This plugin lets you manage your Cognifirm Process automation tool.

Τι είναι το Cognifirm;

Το Cognifirm είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cognifirm Aps, και η κύρια λειτουργία του είναι "This plugin lets you manage your Cognifirm Process automation tool.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cognifirm

Λήψη αρχείων επέκτασης Cognifirm σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Automate your tasks in minutes
Build automation without code in an easy-to-use drag and drop dashboard. More than 180.000 automation combinations are available without change to your current IT systems. 

Anyone can build automations. No IT development is required to get started.

Monitor your competitor’s price and product changes
Get E-Mail notifications whenever competitors launch new products, features or change their prices

Import Excel data into any online business system
Do you have reporting or data collecting in Excel that needed to be imported into your business systems?

Use Cognifirm to import Excel and CSV data into any online business system. This feature is a great time-saver and ensures that you do not have any quality issues.

Real-time automation of manual data entry tasks
Do you key in the same data into multiple systems when you enroll a new customer, onboard a new employee, or when you register a new order?

Cognifirm can automatically paste the same data into multiple systems in real-time, so you don't have to. Real-time automation of manual data entry tasks. No more multiple data entry tasks.

Finish your team-tasks faster
Let your teammates know when a task is processed and ready for them to work on. Use the auto-generated notifications feature to share task status notifications with your team. So you create clarity and eliminate idle time.

Smart logic-based notifications
Do you need to notify or share information with your team on a regular basis? Like timesheet reminders, status updates, or distribution of mandatory corporate information? 

Cognifirm lets you configure rule-based notifications as either e-mail or as a browser notification.  Stop sending our notification and reminder e-mails manually.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cognifirm Cognifirm
ID bmmhgoiieoedmbfhaindcalppanennea
Επίσημο URL https://chromewebstore.google.com/detail/cognifirm/bmmhgoiieoedmbfhaindcalppanennea
Περιγραφή This plugin lets you manage your Cognifirm Process automation tool.
Μέγεθος Αρχείου 3.79 MB
Αριθμός Εγκαταστάσεων 29
Τρέχουσα Έκδοση 2.2
Τελευταία Ενημέρωση 2021-11-16
Ημερομηνία Δημοσίευσης 2020-11-25
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Cognifirm Aps
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://cognifirm.com
Διεύθυνση URL της Σελίδας Βοήθειας https://cognifirm.com/support/
URL της Σελίδας Πολιτικής Απορρήτου https://cognifirm.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cognifirm",
    "description": "This plugin lets you manage your Cognifirm Process automation tool.",
    "version": "2.2",
    "browser_action": {
        "default_icon": ".\/assets\/img\/icon128.png",
        "default_popup": ".\/content\/popup.html",
        "default_title": "This plugin lets you manage your Cognifirm Process automation tool."
    },
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/assets\/js\/jquery.min.js",
                ".\/assets\/js\/jquery-ui.js",
                ".\/assets\/js\/socket.io.js",
                ".\/content\/content.js",
                ".\/script\/config.js",
                ".\/script\/index.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            ".\/assets\/js\/jquery.min.js",
            ".\/assets\/js\/jquery-ui.js",
            ".\/assets\/js\/socket.io.js",
            ".\/script\/config.js",
            ".\/script\/index.js"
        ],
        "persistent": true
    }
}