Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "To Talk Connect", "version": "7.4.0.8", "description": "To Talk Connect \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\/totalkconnect.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" ] }