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 Sep 16, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkseller - CRM em seu WA", "description": "Tenha o CRM de vendas da Linkseller em seu WA Web.", "version": "2025.01.22", "manifest_version": 2, "icons": { "16": "public\/icons\/ls_16.png", "48": "public\/icons\/ls_48.png", "128": "public\/icons\/ls_128.png" }, "background": { "persistent": false, "scripts": [ "public\/vendors\/scrips_vendors.min.js", "public\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.whatsapp.com\/*" ], "js": [ "\/public\/vendors\/scrips_vendors.min.js", "\/public\/js\/inject.js" ] } ], "browser_action": [], "externally_connectable": { "ids": [ "*" ] }, "permissions": [ "https:\/\/*.whatsapp.com\/*", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "*.html", "*.ttf" ] }