WhatCetra-Notes,Modules for WhatsApp Contacts

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

WhatCetra-Notes,Modules for WhatsApp Contacts là gì?

WhatCetra-Notes,Modules for WhatsApp Contacts là một tiện ích mở rộng Chrome được phát triển bởi https://www.ulgebra.com, và tính năng chính của nó là "Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhatCetra-Notes,Modules for WhatsApp Contacts

Tải xuống các tệp mở rộng WhatCetra-Notes,Modules for WhatsApp Contacts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WhatCetra-Notes,Modules for WhatsApp Contacts WhatCetra-Notes,Modules for WhatsApp Contacts
ID eaoeiahnonnnmcllbjfbppmedikaicce
URL Chính Thức https://chrome.google.com/webstore/detail/eaoeiahnonnnmcllbjfbppmedikaicce
Mô tả Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra
Kích Thước Tệp 67.72 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-12-06
Ngày Phát Hành 2020-06-16
Nhà Phát Triển https://www.ulgebra.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.ulgebra.com
URL Trang Chính Sách Bảo Mật https://apps.ulgebra.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}