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": "HEET.AI - Automate LinkedIn Comments at Scale", "description": "heet.ai is the Ultimate Social Selling and Warm Outreach Tool for LinkedIn [try 7-day FREE trial].", "icons": { "16": "assets\/icons\/favicon-1.png", "32": "assets\/icons\/favicon-1.png", "48": "assets\/icons\/favicon-1.png", "128": "assets\/icons\/favicon-1.png" }, "action": { "default_title": "heet.ai", "default_popup": "index.html" }, "version": "3.3.0", "permissions": [ "proxy", "tabs", "storage", "cookies", "webRequest", "management" ], "host_permissions": [ "https:\/\/*.amazonaws.com\/*", "https:\/\/www.linkedin.com\/*", "https:\/\/www.linkedin.com\/sales\/*", "https:\/\/dev.api.heet.ai\/*", "https:\/\/api.heet.ai\/*", "http:\/\/localhost:8000\/*", "http:\/\/localhost:8080\/*" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "contentStyles.css" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "css": [ "contentScript.css" ], "js": [ "contentScript.js", "emulateWriting.js", "widget.js" ], "all_frames": false, "run_at": "document_end" } ] }