WhatCetra-Notes,Modules for WhatsApp Contacts
Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra
What is WhatCetra-Notes,Modules for WhatsApp Contacts?
WhatCetra-Notes,Modules for WhatsApp Contacts is a Chrome extension developed by https://www.ulgebra.com, and its main feature is "Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra".
Extension Screenshots
Download WhatCetra-Notes,Modules for WhatsApp Contacts Extension CRX File
Download WhatCetra-Notes,Modules for WhatsApp Contacts 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
Add Notes & Custom information for your WhatsApp contacts. You can create many number of global custom modules for your WhatsApp Account. Add data under any module for any specific contact. Create and Categorize the data with your Custom Modules. -Ulgebra
Extension Basic Information
Name | |
ID | eaoeiahnonnnmcllbjfbppmedikaicce |
Official URL | https://chrome.google.com/webstore/detail/eaoeiahnonnnmcllbjfbppmedikaicce |
Description | Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra |
File Size | 67.72 KB |
Installation Count | 25 |
Current Version | 1.0 |
Last Updated | 2022-12-06 |
Publish Date | 2020-06-16 |
Developer | https://www.ulgebra.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.ulgebra.com |
Privacy Policy Page URL | https://apps.ulgebra.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ], "description": "Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra", "icons": { "128": "images\/whatsapp-business-logo-128.png", "16": "images\/whatsapp-business-logo-16.png", "32": "images\/whatsapp-business-logo-32.png", "48": "images\/whatsapp-business-logo-48.png" }, "manifest_version": 2, "name": "WhatCetra-Notes,Modules for WhatsApp Contacts", "options_page": "popup.html", "browser_action": { "default_icon": { "128": "images\/whatsapp-business-logo-128.png", "16": "images\/whatsapp-business-logo-16.png", "32": "images\/whatsapp-business-logo-32.png", "48": "images\/whatsapp-business-logo-48.png" }, "default_popup": "popup.html" }, "permissions": [], "version": "1.0", "web_accessible_resources": [ "notes.html", "notes.css", "notes.js" ] } |