CircleLoop

CircleLoop

什么是CircleLoop?

CircleLoop是由CircleLoop开发的Chrome扩展程序,该扩展的主要功能是“CircleLoop”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载CircleLoop扩展crx文件

下载CircleLoop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 CircleLoop CircleLoop
ID doipekboknichhfnjfpcpdiidckbblme
官方URL https://chromewebstore.google.com/detail/circleloop/doipekboknichhfnjfpcpdiidckbblme
简介 CircleLoop
文件大小 25.53 KB
安装次数 1,928
当前版本 5.1
更新时间 2021-10-17
上架时间 2019-10-16
评分 5.00/5 共1次评分
开发者 CircleLoop
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.circleloop.com/
帮助页面URL https://help.circleloop.com/
隐私政策页面URL https://www.circleloop.com/privacy
支持的语言 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
        }
    ]
}