WhatCetra-Notes,Modules for WhatsApp Contacts
Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra
Cos'è WhatCetra-Notes,Modules for WhatsApp Contacts?
WhatCetra-Notes,Modules for WhatsApp Contacts è un'estensione di Chrome sviluppata da https://www.ulgebra.com, e la sua funzione principale è "Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhatCetra-Notes,Modules for WhatsApp Contacts
Scarica i file di estensione WhatCetra-Notes,Modules for WhatsApp Contacts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | eaoeiahnonnnmcllbjfbppmedikaicce |
URL Ufficiale | https://chrome.google.com/webstore/detail/eaoeiahnonnnmcllbjfbppmedikaicce |
Descrizione | Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra |
Dimensione del File | 67.72 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-12-06 |
Data di Pubblicazione | 2020-06-16 |
Sviluppatore | https://www.ulgebra.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.ulgebra.com |
URL della Pagina della Politica sulla Privacy | https://apps.ulgebra.com/privacy-policy |
Lingue Supportate | 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" ] } |