Real Softphone

Enable click-to-call from Chrome (with Real Softphone)

Τι είναι το Real Softphone;

Το Real Softphone είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.realsoftphone.com, και η κύρια λειτουργία του είναι "Enable click-to-call from Chrome (with Real Softphone)".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Real Softphone Chrome Extension provides Click-to-Call functionality to the Real Softphone app (for Chrome WebRTC and Windows).


Enjoy the experience of mobility with the Real Softphone.
The freedom of taking your home or business phone service with you on the go.

The Real Softphone is easy to use and works great as an extension to your home or business phone service.

Check out the great features of the Real Softphone:

* Background support, with status bar notification (check email or do other tasks while on a call)

* Bluetooth (headset) support

* Detailed call history

* ... and more!


The Real Softphone can be used exclusively with:
  * VoIP Much Phone Company
  * VBuzzer
  * 5 Buck Phone Company                    

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

Όνομα Real Softphone Real Softphone
ID ppojkpckimecefpcdjlplajeecdnafan
Επίσημο URL https://chrome.google.com/webstore/detail/real-softphone/ppojkpckimecefpcdjlplajeecdnafan
Περιγραφή Enable click-to-call from Chrome (with Real Softphone)
Μέγεθος Αρχείου 21.4 KB
Αριθμός Εγκαταστάσεων 490
Τρέχουσα Έκδοση 2.22
Τελευταία Ενημέρωση 2021-11-03
Ημερομηνία Δημοσίευσης 2020-06-20
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.realsoftphone.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.realsoftphone.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.realsoftphone.com/Main/
URL της Σελίδας Πολιτικής Απορρήτου https://www.realsoftphone.com/privacy-policy.asp
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "image-to-grayscale.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "intercept.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "ipc-bridge.js"
            ],
            "matches": [
                "https:\/\/real.cloudsoftphone.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Enable click-to-call from Chrome (with Real Softphone)",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Real Softphone",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "2.22",
    "web_accessible_resources": [
        "ipc-bridge-init.js",
        "icon.png"
    ]
}