Super Tools
A tool that helps you to manage your social media leads
Super Toolsとは何ですか?
Super ToolsはWin Social Mediaによって開発されたChromeの拡張機能で、その主な機能は「A tool that helps you to manage your social media leads」です。
拡張機能のスクリーンショット
Super Tools拡張機能のCRXファイルをダウンロード
Super Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension help marketers to generate more leads from social media, they can save lead and assign them tags. Organizing leads at one place is helpful to manage all your leads based on different categories. Users can improve their lead base with the help of this tool. User can create tags, they can assign those tags to their leads and manage them for their business.
拡張機能の基本情報
名前 | |
ID | jbpjdfbclnlmcngahjmfhdnihlpbaegf |
公式URL | https://chromewebstore.google.com/detail/super-tools/jbpjdfbclnlmcngahjmfhdnihlpbaegf |
説明 | A tool that helps you to manage your social media leads |
ファイルサイズ | 2.58 MB |
インストール数 | 36 |
現在のバージョン | 1.0.6 |
最終更新日 | 2021-07-27 |
公開日 | 2021-05-24 |
開発者 | Win Social Media |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://winsocialmedia.com/privacy-policy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A tool that helps you to manage your social media leads", "version": "1.0.6", "manifest_version": 3, "name": "Super Tools", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage", "unlimitedStorage", "cookies" ], "host_permissions": [ "*:\/\/*.instagram.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*", "https:\/\/*.cdninstagram.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.messenger.com\/*" ], "js": [ "\/assets\/js\/jquery.3.2.1.min.js", "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |