CircleLoop

CircleLoop

CircleLoop là gì?

CircleLoop là một tiện ích mở rộng Chrome được phát triển bởi CircleLoop, và tính năng chính của nó là "CircleLoop".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CircleLoop

Tải xuống các tệp mở rộng CircleLoop dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CircleLoop CircleLoop
ID doipekboknichhfnjfpcpdiidckbblme
URL Chính Thức https://chromewebstore.google.com/detail/circleloop/doipekboknichhfnjfpcpdiidckbblme
Mô tả CircleLoop
Kích Thước Tệp 25.53 KB
Số Lần Cài Đặt 1,928
Phiên Bản Hiện Tại 5.1
Cập Nhật Lần Cuối 2021-10-17
Ngày Phát Hành 2019-10-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển CircleLoop
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.circleloop.com/
URL Trang Trợ Giúp https://help.circleloop.com/
URL Trang Chính Sách Bảo Mật https://www.circleloop.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}