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」です。
拡張機能のスクリーンショット
WhatCetra-Notes,Modules for WhatsApp Contacts拡張機能のCRXファイルをダウンロード
WhatCetra-Notes,Modules for WhatsApp Contacts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |