Ripcord.io

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

Τι είναι το Ripcord.io;

Το Ripcord.io είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ripcord.io, και η κύρια λειτουργία του είναι "Get notifications of team's call and quick phone dial on any website".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Ripcord.io

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
    ]
}