WhatCetra-Notes,Modules for WhatsApp Contacts

Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra

Hvad er WhatCetra-Notes,Modules for WhatsApp Contacts?

WhatCetra-Notes,Modules for WhatsApp Contacts er en Chrome-udvidelse udviklet af https://www.ulgebra.com, og dens hovedfunktion er "Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download WhatCetra-Notes,Modules for WhatsApp Contacts-udvidelses-CRX-fil

Download WhatCetra-Notes,Modules for WhatsApp Contacts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn WhatCetra-Notes,Modules for WhatsApp Contacts WhatCetra-Notes,Modules for WhatsApp Contacts
ID eaoeiahnonnnmcllbjfbppmedikaicce
Officiel URL https://chrome.google.com/webstore/detail/eaoeiahnonnnmcllbjfbppmedikaicce
Beskrivelse Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra
Filstørrelse 67.72 KB
Antal Installationer 25
Nuværende Version 1.0
Senest Opdateret 2022-12-06
Udgivelsesdato 2020-06-16
Udvikler https://www.ulgebra.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://www.ulgebra.com
URL til Fortrolighedspolitik Side https://apps.ulgebra.com/privacy-policy
Understøttede Sprog 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"
    ]
}