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
Eメール [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
        }
    ]
}