BlackGATE Call
Call directly from your browser
Qu'est-ce que BlackGATE Call ?
BlackGATE Call est une extension Chrome développée par http://blackgate.nl, et sa fonction principale est "Call directly from your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BlackGATE Call
Téléchargez les fichiers d'extension BlackGATE Call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Use the app with BlackGATE VoIP service to call from different webbrowser.
Informations de Base sur l'Extension
Nom | |
ID | jbklhjhdcdebgomhonhomgnanccndpeg |
URL Officiel | https://chrome.google.com/webstore/detail/blackgate-call/jbklhjhdcdebgomhonhomgnanccndpeg |
Description | Call directly from your browser |
Taille du Fichier | 64.12 KB |
Nombre d'Installations | 19 |
Version Actuelle | 0.9.6.3 |
Dernière Mise à Jour | 2020-02-22 |
Date de Publication | 2020-02-22 |
Évaluation | 4.50/5 Total 6 Évaluations |
Développeur | http://blackgate.nl |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.blackgate.nl |
Langues Prises en Charge | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon16.png", "default_popup": "options.html", "default_title": "BlackGATE" }, "content_scripts": [ { "all_frames": true, "css": [ "contentscript.css" ], "js": [ "jquery-2.1.4.min.js", "contentscript.js" ], "matches": [ "*:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkOoCnmIXncnGckotXOpXizomY1fKHkmtZoyGwtsA9uIzOMswIc19zB\/5hYfxgGTMQhN8v5B442Ppc42fzwb0FcNHOutyNLBT3ULd7flMB3SJ4S9dWTfr74Laj70ElQKJBQBEWT3AJSfXVAUnY7AMs1zriLygmRdRgZ1bJEumZfsc04hs7Z+3M5eZZiN5d759lGoRWs2Mthl89115siUq9tzjbShboMwuBMJ4suj1+MmF9rQiS6sIw66Mz8alK9jG2\/pwtVqIgP9\/ZZxcEkitNJCx9E3e4seRXmbwpPHc5ib5ElvaYQYq1A8WlLiRkifpBZY1wFekt590GMsukY7QPwIDAQAB", "manifest_version": 2, "name": "__MSG_extName__", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "storage", "tabs", "activeTab", "https:\/\/*.sipq.nl\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9.6.3", "web_accessible_resources": [ "*.png" ] } |