101VOICE

voice101.com.mobile.app

Τι είναι το 101VOICE;

Το 101VOICE είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 101VOICE, και η κύρια λειτουργία του είναι "voice101.com.mobile.app".

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

screenshot
screenshot
screenshot

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

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

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

                        101VOICE Mobile SoftPhone
--------------------------------------------------------------------------------------------------
- Make calls using your 101VOICE service, outgoing calls will display your 101VOICE Caller ID 
- Dial from your Company Directory
- Have business phone functionality with mobile luxury
- Check Voice-mail.
- Dial your co-workers extension regardless of your location.
- Use Wi-Fi or 4G
* Requires an active 101VOICE, Business account & reliable high-speed internet access.
* Service may not be accessible due to some local regulations. i.e. China, Africa,…
To sign up for 101VOICE Office phone service call 408-739-1000 or see:
Tip for international travelers 
You can avoid data roaming charges when outside the US by turning off data roaming and using Wi-Fi hotspots instead of your 3G/4G network. Since calls are charged under your 101VOICE calling plan, you shouldn't have international roaming charges.
--------------------------
911 Limitations
THE 101VOICE APP IS NOT A SUBSTITUTE FOR A WIRED LINE OR A MOBILE 911 SYSTEM. 101VOICE DISCLAIMS AND CUSTOMER WAIVES ANY LIABILITY IF 911 IS UNAVAILABLE USING THE APP.

*Important VoIP over 4G Notice*
Some mobile network operators may prohibit or restrict the use of Voice over Internet Protocol (VoIP) functionality over their network, such as the use of VoIP telephony over a cellular network, and may also impose additional fees, or other charges in connection with VoIP. Be sure to check the terms of your agreement with your cellular phone carrier. 101VOICE will not be held liable for any charges, fees or liability imposed by your cellular/mobile carrier for use of 101VOICE Mobile SoftPhone.                    

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

Όνομα 101VOICE 101VOICE
ID ocghminnglahkjgbehchpocnjnjmboll
Επίσημο URL https://chrome.google.com/webstore/detail/101voice/ocghminnglahkjgbehchpocnjnjmboll
Περιγραφή voice101.com.mobile.app
Μέγεθος Αρχείου 28.07 KB
Αριθμός Εγκαταστάσεων 17
Τρέχουσα Έκδοση 4.1.0
Τελευταία Ενημέρωση 2021-02-19
Ημερομηνία Δημοσίευσης 2019-12-10
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής 101VOICE
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.101voice.com/legal
Υποστηριζόμενες Γλώσσες en-US
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:\/\/101voice.cloudsoftphone.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "voice101.com.mobile.app",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "101VOICE",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "4.1.0",
    "web_accessible_resources": [
        "ipc-bridge-init.js",
        "icon.png"
    ]
}