WhatCetra-Notes,Modules for WhatsApp Contacts
Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra
Vad är WhatCetra-Notes,Modules for WhatsApp Contacts?
WhatCetra-Notes,Modules for WhatsApp Contacts är en Chrome-tillägg utvecklad av https://www.ulgebra.com, och dess huvudfunktion är "Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra".
Tilläggsskärmbilder
Ladda ner WhatCetra-Notes,Modules for WhatsApp Contacts-förlängningens CRX-fil
Ladda ner WhatCetra-Notes,Modules for WhatsApp Contacts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | eaoeiahnonnnmcllbjfbppmedikaicce |
Officiell webbadress | https://chrome.google.com/webstore/detail/eaoeiahnonnnmcllbjfbppmedikaicce |
Beskrivning | Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra |
Filstorlek | 67.72 KB |
Antal Installationer | 25 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-12-06 |
Publiceringsdatum | 2020-06-16 |
Utvecklare | https://www.ulgebra.com |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://www.ulgebra.com |
URL till Sekretesspolicy Sidan | https://apps.ulgebra.com/privacy-policy |
Stödda Språk | 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" ] } |