WhatCetra-Notes,Modules for WhatsApp Contacts
Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra
Was ist WhatCetra-Notes,Modules for WhatsApp Contacts?
WhatCetra-Notes,Modules for WhatsApp Contacts ist eine Chrome-Erweiterung, die von https://www.ulgebra.com entwickelt wurde, und ihr Hauptmerkmal ist "Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra".
Erweiterungsscreenshots
WhatCetra-Notes,Modules for WhatsApp Contacts-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatCetra-Notes,Modules for WhatsApp Contacts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | eaoeiahnonnnmcllbjfbppmedikaicce |
Offizielle URL | https://chrome.google.com/webstore/detail/eaoeiahnonnnmcllbjfbppmedikaicce |
Beschreibung | Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra |
Dateigröße | 67.72 KB |
Installationsanzahl | 25 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-12-06 |
Veröffentlichungsdatum | 2020-06-16 |
Entwickler | https://www.ulgebra.com |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://www.ulgebra.com |
URL der Datenschutzrichtlinien-Seite | https://apps.ulgebra.com/privacy-policy |
Unterstützte Sprachen | 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" ] } |