Flowz: Run Your Business On Flowz

Flowz is the world’s first subscription-based managed services and software platform.

Τι είναι το Flowz: Run Your Business On Flowz;

Το Flowz: Run Your Business On Flowz είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://flowz.com, και η κύρια λειτουργία του είναι "Flowz is the world’s first subscription-based managed services and software platform.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Flowz: Run Your Business On Flowz

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

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

                        Flowz is the world’s first subscription-based managed services and software platform.

For all Flowz clients, download and install this google chrome extension to easily access your Flowz Customer Portal.

The Flowz google chrome extension will install a one-click icon on your chrome browser and will open up to the customer portal in a new tab.
Stay logged in and quickly submit jobs to any service, start a Flowz Meeting video conference, or access any of the Flowz apps - CRM, Marketing Automation or Invoicing                    

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

Όνομα Flowz: Run Your Business On Flowz Flowz: Run Your Business On Flowz
ID ghkdjbpdkhfijaejgkdmamlpmfegkngg
Επίσημο URL https://chromewebstore.google.com/detail/flowz-run-your-business-o/ghkdjbpdkhfijaejgkdmamlpmfegkngg
Περιγραφή Flowz is the world’s first subscription-based managed services and software platform.
Μέγεθος Αρχείου 46.68 KB
Αριθμός Εγκαταστάσεων 27
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2020-05-25
Ημερομηνία Δημοσίευσης 2020-05-25
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://flowz.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://flowz.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flowz: Run Your Business On Flowz",
    "version": "1.4",
    "description": "Flowz is the world\u2019s first subscription-based managed services and software platform.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "jquery-2.2.4.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "flowz-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/f-icon-16.png",
        "32": "images\/f-icon-32.png",
        "48": "images\/f-icon-48.png",
        "64": "images\/f-icon-64.png",
        "128": "images\/f-icon-128.png"
    }
}