Telefum24

Расширение информирует о телефонных звонках

Cos'è Telefum24?

Telefum24 è un'estensione di Chrome sviluppata da https://telefum24.com, e la sua funzione principale è "Расширение информирует о телефонных звонках".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Telefum24

Scarica i file di estensione Telefum24 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

                        Расширение информирует о телефонных звонках путем отображения всплывающего окна.                    

Informazioni di Base sull'Estensione

Nome Telefum24 Telefum24
ID emchejhofcbiojnnjodbnbgpiiaoejkh
URL Ufficiale https://chromewebstore.google.com/detail/telefum24/emchejhofcbiojnnjodbnbgpiiaoejkh
Descrizione Расширение информирует о телефонных звонках
Dimensione del File 104 KB
Conteggio Installazioni 201
Versione Corrente 1.6.4
Ultimo Aggiornamento 2021-12-04
Data di Pubblicazione 2019-11-03
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore https://telefum24.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://telefum24.com
URL della Pagina di Aiuto https://telefum24.com/contacts
Lingue Supportate ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Telefum24",
    "version": "1.6.4",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0438\u0440\u0443\u0435\u0442 \u043e \u0442\u0435\u043b\u0435\u0444\u043e\u043d\u043d\u044b\u0445 \u0437\u0432\u043e\u043d\u043a\u0430\u0445",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.6.0.min.js",
            "popup.js"
        ]
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Telefum24",
        "default_popup": "popup.html"
    }
}