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", "name": "Kraya Whatsapp CRM", "version": "2.3.0", "description": "An extension that helps you manage all your conversations with your customers on WhatsApp", "manifest_version": 3, "author": "Abhyudaya Srinet", "action": { "default_title": "Kraya Whatsapp CRM" }, "permissions": [ "storage" ], "icons": { "16": "favicons\/k16.png", "32": "favicons\/k32.png", "48": "favicons\/k48.png", "128": "favicons\/k128.png" }, "content_scripts": [ { "js": [ "js\/ext-bundle.min.js", "js\/pusher.js", "js\/lottie-player.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] }, { "js": [ "js\/main-bundle.min.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "world": "MAIN" } ], "web_accessible_resources": [ { "resources": [ "js\/wa-inject.js", "js\/jquery.js", "js\/lottie-player.js", "css\/styles.css", "css\/navbar.css", "css\/components.css", "css\/sidebar.css", "animations\/loading.json", "walkthroughs\/kraya.gif", "walkthroughs\/lead-info.gif", "walkthroughs\/ai-tools.gif", "walkthroughs\/calls.gif", "walkthroughs\/quick-replies.gif" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ] }