sayHola
sayHola privacy app chat extension. Send and receive chats using hola extension to other hola app users.
What is sayHola?
sayHola is a Chrome extension developed by sayHola Chat App, and its main feature is "sayHola privacy app chat extension. Send and receive chats using hola extension to other hola app users.".
Extension Screenshots
Download sayHola Extension CRX File
Download sayHola 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
sayHola privacy app chat extension. Send and receive chats using hola extension to other hola app users.
Extension Basic Information
Name | sayHola |
ID | pmeaoaccbgmpldncfgnhpeofoocadamo |
Official URL | https://chromewebstore.google.com/detail/sayhola/pmeaoaccbgmpldncfgnhpeofoocadamo |
Description | sayHola privacy app chat extension. Send and receive chats using hola extension to other hola app users. |
File Size | 3.05 MB |
Installation Count | 21 |
Current Version | 0.2.4 |
Last Updated | 2022-09-01 |
Publish Date | 2020-08-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | sayHola Chat App |
[email protected] | |
Payment Type | free |
Extension Website | https://privateapp.io |
Help Page URL | https://privateapp.io/en/faq |
Privacy Policy Page URL | https://privateapp.io/en/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "https:\/\/privateapp.io\/", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.2.4", "content_security_policy": "script-src 'self' ; object-src 'self'" } |