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란 무엇입니까?

WhatCetra-Notes,Modules for WhatsApp Contacts은(는) https://www.ulgebra.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WhatCetra-Notes,Modules for WhatsApp Contacts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 WhatCetra-Notes,Modules for WhatsApp Contacts WhatCetra-Notes,Modules for WhatsApp Contacts
ID eaoeiahnonnnmcllbjfbppmedikaicce
공식 URL https://chrome.google.com/webstore/detail/eaoeiahnonnnmcllbjfbppmedikaicce
설명 Add Notes & Custom information for your WhatsApp contacts, Create and Catagorize the data with your Custom Modules. -Ulgebra
파일 크기 67.72 KB
설치 횟수 25
현재 버전 1.0
최근 업데이트 2022-12-06
출시 날짜 2020-06-16
개발자 https://www.ulgebra.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.ulgebra.com
개인정보 보호 정책 페이지 URL https://apps.ulgebra.com/privacy-policy
지원되는 언어 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"
    ]
}