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 15, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "build\/background.js" }, "action": { "default_icon": "logo.png", "default_title": "Sequi \u00b7 Smart Sequences" }, "content_scripts": [ { "js": [ "build\/app.js" ], "css": [ "css\/extension.css" ], "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/app.sequi.io\/account\/list", "*:\/\/*.sequi.io\/auth\/connect*" ], "run_at": "document_end" } ], "description": "With Sequi you can create and automate your sales sequences.", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "manifest_version": 3, "name": "Sequi \u00b7 Smart Sequences", "externally_connectable": { "matches": [ "*:\/\/*.sequi.io\/*", "*:\/\/*.linkedin.com\/*" ] }, "host_permissions": [ "*:\/\/*.linkedin.com\/", "*:\/\/*.sequi.io\/*" ], "permissions": [ "storage", "cookies" ], "short_name": "Sequi \u00b7 Smart Sequences", "version": "1.0.18" }