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 |
官方網址 | 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" ] } |