TalentSheets

This extension will speed up the process of importing creators you work with closely into TalentSheets

TalentSheetsคืออะไร?

TalentSheets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TalentSheets และคุณลักษณะหลักของมันคือ "This extension will speed up the process of importing creators you work with closely into TalentSheets"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย TalentSheets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        TalentSheets Chrome Extension makes the process of identifying new social media talent and influencers easy and more accessible for everyone. Most influencer and creator databases are priced too high for the everyday user, small business, e-commerce store, or startup. Our goal is to change that! 

TalentSheets allows for quick and easy insertion of potential social media influencers and talent partners directly into Google Sheets, building your talent rosters faster. Just browse to any YouTube channel or video and with one simple click you can view top level data and expected performance for that specific channel or account.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TalentSheets TalentSheets
ID edainknjcafppihlpebnnmbklabkjflk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/talentsheets/edainknjcafppihlpebnnmbklabkjflk
คำอธิบาย This extension will speed up the process of importing creators you work with closely into TalentSheets
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 506
เวอร์ชันปัจจุบัน 17.0.63
อัปเดตครั้งล่าสุด 2023-12-14
วันที่เผยแพร่ 2020-07-03
ผู้พัฒนา TalentSheets
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.talentsheets.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.talentsheets.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtvrRjJpldh1F\/WfyOUEbOpz5kED0ngwo4kxZwJN+3ZmH5ZO3HNQrsb+sUowyAq4GRG1sWaSZi16qxRoatnkG8nrdu+W868FpirWyd3fKuEBB4BfkVTtrSkiAKhc8L8v0ajiFecg2312kv31\/83c2+9GNBWE2J7cZaulDmGL83ExasN0vebr+WVKTN5Xc8guiGUcg8RptIOcDXpLiFPci9wfxn0Y90JBPwyhIW7zpgxVvliGt\/QPzkv5LtYLj7C03znAohNtLGB88erE3a6Czf6jdthO9q7cNg69Bif1OVTdmOuiptztyn3Gc640J8qvv24QReGCldM0CQB08wVjt9QIDAQAB",
    "name": "TalentSheets",
    "description": "This extension will speed up the process of importing creators you work with closely into TalentSheets",
    "version": "17.0.63",
    "short_name": "TS",
    "browser_action": {
        "default_title": "TalentSheets",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "oauth2": {
        "client_id": "648517209175-uqud8co8kukbppeft9vj2l3be3bn5dup.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email"
        ]
    }
}