Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 05, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WhatsJud", "version": "7.4.1.14", "description": "WhatsJud \u00e9 um CRM para WhatsApp Web. Organize seus chats e otimize seus neg\u00f3cios no WhatsApp Web", "background": { "service_worker": "background.js" }, "action": { "default_icon": "label\/icons\/icon.png" }, "icons": { "128": "label\/icons\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "content\/index.js" ], "css": [ "label\/css\/whatsjud.css", "content\/assets\/css\/style.css", "content.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "*.js", "*.css", "*.png", "*.mp3", ".ttf", "label\/*.json", "label\/*.png" ] } ], "permissions": [ "unlimitedStorage", "storage", "alarms", "tabs" ] }