KrispCall Dialer

Easily dial phone numbers on any web page. Make a phone call to the numbers available on CRM platforms with the tap of a button.

Τι είναι το KrispCall Dialer;

Το KrispCall Dialer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://krispcall.com, και η κύρια λειτουργία του είναι "Easily dial phone numbers on any web page. Make a phone call to the numbers available on CRM platforms with the tap of a button.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        TERMS and PRIVACY POLICY

By using this Chrome Extension, you agree to KrispCall's Terms of Services available at https://krispcall.com/terms-of-service and Privacy Policy available at https://krispcall.com/privacy-policy. 

DATA & COOKIE USE DISCLOSURE: 

In addition to cookie and data use information mentioned in our Cookie Policy (https://krispcall.com/cookie-policy), this extension reads your KrispCall cookies to ensure that you logged in to your KrispCall account. Whenever you are logged in, we fetch your phone numbers to enable you to make a call from any Chrome window.
 
ABOUT THIS EXTENSION

KrispCall account is required to use this Chrome Extension. With this extension, you can view the KrispCall Dialer button beside valid phone numbers in CRM such as Pipedrive, Salesforce, and Hubspot . 
Requirement: To use this chrome extension, you need to have a KrispCall account with an active subscription.                    

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

Όνομα KrispCall Dialer KrispCall Dialer
ID alkdfnbpflpamplhfiiejcjidajbbbbe
Επίσημο URL https://chromewebstore.google.com/detail/krispcall-dialer/alkdfnbpflpamplhfiiejcjidajbbbbe
Περιγραφή Easily dial phone numbers on any web page. Make a phone call to the numbers available on CRM platforms with the tap of a button.
Μέγεθος Αρχείου 83.57 KB
Αριθμός Εγκαταστάσεων 772
Τρέχουσα Έκδοση 2.2.0
Τελευταία Ενημέρωση 2022-11-25
Ημερομηνία Δημοσίευσης 2022-08-14
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://krispcall.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://krispcall.com/
URL της Σελίδας Πολιτικής Απορρήτου https://krispcall.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KrispCall Dialer",
    "description": "Easily dial phone numbers on any web page. Make a phone call to the numbers available on CRM platforms with the tap of a button.",
    "version": "2.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/krispcall-16.png",
        "48": "\/images\/krispcall-48.png",
        "128": "\/images\/krispcall-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pipedrive.com\/*"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "modules\/pipedrive_mod.js",
                "content-script.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.hubspot.com\/*"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "modules\/hubspot_mod.js",
                "content-script.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.salesforce.com\/*"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "modules\/salesforce_mod.js",
                "content-script.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.force.com\/*"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "modules\/salesforce_mod.js",
                "content-script.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "scripting",
        "contextMenus",
        "cookies",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*.pipedrive.com\/*",
        "*:\/\/*.hubspot.com\/*",
        "*:\/\/*.force.com\/*",
        "*:\/\/*.salesforce.com\/*",
        "https:\/\/app.krispcall.com\/*"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/images\/krispcall-16.png",
            "48": "\/images\/krispcall-48.png",
            "128": "\/images\/krispcall-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/krispcall-16.png",
                "images\/favicon.ico",
                "images\/clicktocall-icon.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}