WhatCetra-Notes,Modules for WhatsApp Contacts

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

Apa itu WhatCetra-Notes,Modules for WhatsApp Contacts?

WhatCetra-Notes,Modules for WhatsApp Contacts adalah ekstensi Chrome yang dikembangkan oleh https://www.ulgebra.com, dan fitur utamanya adalah "Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi WhatCetra-Notes,Modules for WhatsApp Contacts

Unduh file ekstensi WhatCetra-Notes,Modules for WhatsApp Contacts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama WhatCetra-Notes,Modules for WhatsApp Contacts WhatCetra-Notes,Modules for WhatsApp Contacts
ID eaoeiahnonnnmcllbjfbppmedikaicce
URL Resmi https://chrome.google.com/webstore/detail/eaoeiahnonnnmcllbjfbppmedikaicce
Deskripsi Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra
Ukuran File 67.72 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-12-06
Tanggal Publikasi 2020-06-16
Pengembang https://www.ulgebra.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://www.ulgebra.com
URL Halaman Kebijakan Privasi https://apps.ulgebra.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}