WhatCetra-Notes,Modules for WhatsApp Contacts

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

Co to jest WhatCetra-Notes,Modules for WhatsApp Contacts?

WhatCetra-Notes,Modules for WhatsApp Contacts to rozszerzenie Chrome opracowane przez https://www.ulgebra.com, a jego główną funkcją jest „Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia WhatCetra-Notes,Modules for WhatsApp Contacts

Pobierz pliki rozszerzeń WhatCetra-Notes,Modules for WhatsApp Contacts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa WhatCetra-Notes,Modules for WhatsApp Contacts WhatCetra-Notes,Modules for WhatsApp Contacts
ID eaoeiahnonnnmcllbjfbppmedikaicce
Oficjalny URL https://chrome.google.com/webstore/detail/eaoeiahnonnnmcllbjfbppmedikaicce
Opis Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra
Rozmiar pliku 67.72 KB
Liczba instalacji 25
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-12-06
Data Publikacji 2020-06-16
Deweloper https://www.ulgebra.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.ulgebra.com
Adres URL Strony Polityki Prywatności https://apps.ulgebra.com/privacy-policy
Obsługiwane Języki 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"
    ]
}