Lefty
Lefty extension for Instagram and TikTok
Lefty là gì?
Lefty là một tiện ích mở rộng Chrome được phát triển bởi https://lefty.io, và tính năng chính của nó là "Lefty extension for Instagram and TikTok".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lefty
Tải xuống các tệp mở rộng Lefty dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Lefty |
ID | eneonfefeggeljhiohlnbkkdpepikpbp |
URL Chính Thức | https://chromewebstore.google.com/detail/lefty/eneonfefeggeljhiohlnbkkdpepikpbp |
Mô tả | Lefty extension for Instagram and TikTok |
Kích Thước Tệp | 56.64 KB |
Số Lần Cài Đặt | 659 |
Phiên Bản Hiện Tại | 1.11 |
Cập Nhật Lần Cuối | 2024-01-31 |
Ngày Phát Hành | 2020-05-19 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://lefty.io |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://help.lefty.io |
URL Trang Chính Sách Bảo Mật | http://help.lefty.io/en/articles/2070888-lefty-privacy-policy?_ga=2.191533804.737105600.1585815637-1159171987.1568384431 |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |