Auto Contact Saver for Whatsapp Web
Save new Whatsapp contacts automatically.
什么是Auto Contact Saver for Whatsapp Web?
Auto Contact Saver for Whatsapp Web是由opsJson开发的Chrome扩展程序,该扩展的主要功能是“Save new Whatsapp contacts automatically.”。
扩展截图
下载Auto Contact Saver for Whatsapp Web扩展crx文件
下载Auto Contact Saver for Whatsapp Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension automatically saves new contacts, there’s no need to even leave the conversation window open. When saving, an hourglass icon (⌛) will be at the end of the name, signaling that everything went well, and you only have to wait up to 5 minutes for Google to send the contact to your cell phone. More info: https://opsjson.com.br/
扩展基本信息
名称 | Auto Contact Saver for Whatsapp Web |
ID | nloadjiefippecgegockfpioobngphnb |
官方URL | https://chromewebstore.google.com/detail/auto-contact-saver-for-wh/nloadjiefippecgegockfpioobngphnb |
简介 | Save new Whatsapp contacts automatically. |
文件大小 | 24.22 KB |
安装次数 | 969 |
当前版本 | 2.6 |
更新时间 | 2024-02-24 |
上架时间 | 2023-01-08 |
评分 | 4.00/5 共9次评分 |
开发者 | opsJson |
电子邮箱 | [email protected] |
付费类型 | in_app |
支持的语言 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Contact Saver for Whatsapp Web", "description": "__MSG_description__", "version": "2.6", "icons": { "16": ".\/icons\/16.png", "38": ".\/icons\/38.png", "64": ".\/icons\/64.png", "128": ".\/icons\/128.png" }, "default_locale": "en", "content_scripts": [ { "js": [ "injector.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "script.js" ] } ], "permissions": [ "storage" ] } |