Lefty

Lefty extension for Instagram and TikTok

Leftyคืออะไร?

Lefty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lefty.io และคุณลักษณะหลักของมันคือ "Lefty extension for Instagram and TikTok"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lefty

ดาวน์โหลดไฟล์ส่วนขยาย 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 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 *;"
    }
}