CircleLoop

CircleLoop

Qu'est-ce que CircleLoop ?

CircleLoop est une extension Chrome développée par CircleLoop, et sa fonction principale est "CircleLoop".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CircleLoop

Téléchargez les fichiers d'extension CircleLoop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        CircleLoop is a powerful cloud-based phone system designed to help businesses save time, get more done and save money versus the usual telephony options.

Our Chrome extension enables instant click-to-call from any website that supports "Call-to" links. Simply click on a phone number and it will be sent into CircleLoop's desktop app, allowing you to make the call without needing to copy and paste or type the phone number.

So now you can kill the desk phone AND get more done with CircleLoop.

The CircleLoop-Chrome extension is available to all CircleLoop customers free of charge. Not yet a CircleLoop customer? Sign up for your completely free 7 day trial at https://www.circleloop.com                    

Informations de Base sur l'Extension

Nom CircleLoop CircleLoop
ID doipekboknichhfnjfpcpdiidckbblme
URL Officiel https://chromewebstore.google.com/detail/circleloop/doipekboknichhfnjfpcpdiidckbblme
Description CircleLoop
Taille du Fichier 25.53 KB
Nombre d'Installations 1,928
Version Actuelle 5.1
Dernière Mise à Jour 2021-10-17
Date de Publication 2019-10-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur CircleLoop
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.circleloop.com/
URL de la Page d'Aide https://help.circleloop.com/
URL de la Page de Politique de Confidentialité https://www.circleloop.com/privacy
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CircleLoop",
    "description": "CircleLoop",
    "version": "5.1",
    "author": "Mission Labs",
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "16": "16x16.png",
            "24": "48x48.png",
            "32": "128x128.png"
        },
        "default_title": "CircleLoop"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ]
}