Intulse Companion App

Click on phone numbers to call/text directly from any web site like your helpdesk, CRM, or sales software.

Τι είναι το Intulse Companion App;

Το Intulse Companion App είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://intulse.com, και η κύρια λειτουργία του είναι "Click on phone numbers to call/text directly from any web site like your helpdesk, CRM, or sales software.".

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

screenshot
screenshot
screenshot

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

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

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

                        The Intulse Companion App enables Intulse users to send text message and start phone calls directly from their web browser.

It instantly detects phone numbers on websites, customer portals and popular CRM software such as Salesforce, Office 365, Zoho, SugarCRM, SuiteCRM, Redail, Wealthbox, AgencyBloc, and many others. Simply click on a phone number to send a text message or start a call on the Intulse Virtual Phone or on your desk phone. This eliminates the need to dial, copy, paste or edit numbers from emails or websites offering instant outbound dialing and increasing productivity and collaboration for Intulse users.

- Automate tedious and time consuming workflow processes for staff
- Boost productivity and increase sales and customer satisfaction
- Works seamlessly with the Intulse App                    

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

Όνομα Intulse Companion App Intulse Companion App
ID ildhahcljdlppkkfimlecckaibbcojgk
Επίσημο URL https://chromewebstore.google.com/detail/intulse-companion-app/ildhahcljdlppkkfimlecckaibbcojgk
Περιγραφή Click on phone numbers to call/text directly from any web site like your helpdesk, CRM, or sales software.
Μέγεθος Αρχείου 1.36 MB
Αριθμός Εγκαταστάσεων 1,216
Τρέχουσα Έκδοση 2023.02.16.01
Τελευταία Ενημέρωση 2023-02-16
Ημερομηνία Δημοσίευσης 2019-12-09
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://intulse.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://intulse.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.intulse.com
URL της Σελίδας Πολιτικής Απορρήτου https://intulse.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intulse Companion App",
    "short_name": "Intulse",
    "options_page": "options.html",
    "description": "Click on phone numbers to call\/text directly from any web site like your helpdesk, CRM, or sales software.",
    "version": "2023.02.16.01",
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/appicon_16x16.png",
            "48": "images\/appicon_48x48.png",
            "128": "images\/appicon_128x128.png"
        },
        "default_title": "Intulse",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/appicon_16x16.png",
        "48": "images\/appicon_48x48.png",
        "128": "images\/appicon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "manifest_version": 2
}