Ripcord.io

Get notifications of team's call and quick phone dial on any website

什麼是Ripcord.io?

Ripcord.io是由https://ripcord.io開發的Chrome擴展程式,該擴展的主要功能是“Get notifications of team's call and quick phone dial on any website”。

擴展截圖

screenshot

下載Ripcord.io擴展crx文件

下載Ripcord.io擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Chrome Extension gives users the ability to receive notifications about new calls directly in their Chrome browser. It is a in integral part of the Ripcord experience and helps foster team interaction. It also hyperlinks all phone numbers on any website for each one click dialing.                    

擴展基本資訊

名稱 Ripcord.io Ripcord.io
ID bokeklfdapbnbjcdaeblmjgijkhkjidd
官方網址 https://chromewebstore.google.com/detail/ripcordio/bokeklfdapbnbjcdaeblmjgijkhkjidd
簡介 Get notifications of team's call and quick phone dial on any website
檔案大小 150 KB
安裝次數 46
目前版本 1.3.4
更新時間 2022-02-15
上架時間 2020-01-31
評分 5.00/5 共 1 次評分
開發者 https://ripcord.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.ripcord.io
說明頁面URL https://www.ripcord.io
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Ripcord.io",
    "name": "Ripcord.io",
    "description": "Get notifications of team's call and quick phone dial on any website",
    "version": "1.3.4",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "background": {
        "scripts": [
            "js\/socket.io.js",
            "js\/background\/background.js",
            "js\/background\/background.socket.js",
            "js\/background\/background.window.js",
            "js\/background\/background.badgeText.js",
            "js\/background\/background.messaging.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ripcord.io\/*",
            "*:\/\/ripcord.localhost\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background\/background.contentScript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "Ripcord extension to provide you updated notifications"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "",
        "notifications",
        "*:\/\/ripcord.localhost\/*",
        "*:\/\/*.ripcord.io\/*",
        "*:\/\/ripcord.io\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/talk.ripcord.io; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}