Lefty
Lefty extension for Instagram and TikTok
Leftyとは何ですか?
Leftyはhttps://lefty.ioによって開発されたChromeの拡張機能で、その主な機能は「Lefty extension for Instagram and TikTok」です。
拡張機能のスクリーンショット
Lefty拡張機能のCRXファイルをダウンロード
Lefty拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lefty is the influencer marketing platform for the lifestyle brands looking for excellence in their influencer marketing operations. Linked with your Lefty account, this extension allows you to : - add influencers to your campaigns or your directory when visiting their profile on Instagram and TikTok. - enrich your influencer database with labels, notes or influencer information such as phone number, email, address, or other social accounts. - generate in depth audience reports to help you in your influencer casting (Audience quality, interests, locations, gender, age range)
拡張機能の基本情報
名前 | Lefty |
ID | eneonfefeggeljhiohlnbkkdpepikpbp |
公式URL | https://chromewebstore.google.com/detail/lefty/eneonfefeggeljhiohlnbkkdpepikpbp |
説明 | Lefty extension for Instagram and TikTok |
ファイルサイズ | 56.64 KB |
インストール数 | 659 |
現在のバージョン | 1.11 |
最終更新日 | 2024-01-31 |
公開日 | 2020-05-19 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | https://lefty.io |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://help.lefty.io |
プライバシーポリシーページのURL | http://help.lefty.io/en/articles/2070888-lefty-privacy-policy?_ga=2.191533804.737105600.1585815637-1159171987.1568384431 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lefty", "version": "1.11", "description": "Lefty extension for Instagram and TikTok", "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "*:\/\/*.instagram.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.tiktok.com\/@*" ], "js": [ "build_plugin\/web\/plugin.dart.js" ], "run_at": "document_idle", "all_frames": true } ], "icons": { "128": "icons\/128.png" }, "action": { "default_icon": "icons\/128.png" }, "web_accessible_resources": [ { "resources": [ "build\/web\/plugin.*", "public\/iframe.html", "public\/pipe.js", "public\/content.js" ], "matches": [ " |