BlackGATE Call
Call directly from your browser
What is BlackGATE Call?
BlackGATE Call is a Chrome extension developed by http://blackgate.nl, and its main feature is "Call directly from your browser".
Extension Screenshots
Download BlackGATE Call Extension CRX File
Download BlackGATE Call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use the app with BlackGATE VoIP service to call from different webbrowser.
Extension Basic Information
Name | |
ID | jbklhjhdcdebgomhonhomgnanccndpeg |
Official URL | https://chrome.google.com/webstore/detail/blackgate-call/jbklhjhdcdebgomhonhomgnanccndpeg |
Description | Call directly from your browser |
File Size | 64.12 KB |
Installation Count | 19 |
Current Version | 0.9.6.3 |
Last Updated | 2020-02-22 |
Publish Date | 2020-02-22 |
Rating | 4.50/5 Total 6 Ratings |
Developer | http://blackgate.nl |
[email protected] | |
Payment Type | free |
Extension Website | http://www.blackgate.nl |
Supported Languages | 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" ] } |