Ripcord.io

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

Cos'è Ripcord.io?

Ripcord.io è un'estensione di Chrome sviluppata da https://ripcord.io, e la sua funzione principale è "Get notifications of team's call and quick phone dial on any website".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ripcord.io

Scarica i file di estensione Ripcord.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ripcord.io Ripcord.io
ID bokeklfdapbnbjcdaeblmjgijkhkjidd
URL Ufficiale https://chromewebstore.google.com/detail/ripcordio/bokeklfdapbnbjcdaeblmjgijkhkjidd
Descrizione Get notifications of team's call and quick phone dial on any website
Dimensione del File 150 KB
Conteggio Installazioni 46
Versione Corrente 1.3.4
Ultimo Aggiornamento 2022-02-15
Data di Pubblicazione 2020-01-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://ripcord.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ripcord.io
URL della Pagina di Aiuto https://www.ripcord.io
Lingue Supportate 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"
    ]
}