Lefty

Lefty extension for Instagram and TikTok

Lefty란 무엇입니까?

Lefty은(는) https://lefty.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lefty extension for Instagram and TikTok"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Lefty 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/geralt.lefty.io\/*",
            "https:\/\/plugin.lefty.io\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; style-src https:* 'self' 'unsafe-inline'; font-src https:* 'self' data:; frame-src *;"
    }
}