Talent-e

Talent-e supports Talent creating their voice with Tech-enabled Content Creation

Talent-eคืออะไร?

Talent-e เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://talent-e.io และคุณลักษณะหลักของมันคือ "Talent-e supports Talent creating their voice with Tech-enabled Content Creation"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Our extension allows talents to check and approve their posts very quickly, right from their browser, without having to log-in on Talent-e. 

This new version gives you access to incredible new features, such as :
- Complete Linkedin analytics (displayed on a dedicated Metrics Page)
- Add a carousel in a post
- Tag a Linkedin profile or company in a post

You just need to install the extension, synchronize it with your Linkedin account, and you're ready to enjoy your enhanced experience on Talent-e.                    

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

ชื่อ Talent-e Talent-e
ID ejmlhcnohfafmecjogpooggodiaeodlk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/talent-e/ejmlhcnohfafmecjogpooggodiaeodlk
คำอธิบาย Talent-e supports Talent creating their voice with Tech-enabled Content Creation
ขนาดไฟล์ 1.79 MB
จำนวนการติดตั้ง 206
เวอร์ชันปัจจุบัน 0.1.9
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2022-10-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://talent-e.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.talent-e.io/
URL หน้าช่วยเหลือ https://www.talent-e.io/
URL หน้านโยบายความเป็นส่วนตัว https://www.talent-e.io/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talent-e",
    "version": "0.1.9",
    "manifest_version": 3,
    "description": "Talent-e supports Talent creating their voice with Tech-enabled Content Creation",
    "icons": {
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "host_permissions": [
        "https:\/\/www.talent-e.io\/",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/talent-e.nextwaytech.vn\/",
        "http:\/\/127.0.0.1:8000\/"
    ],
    "permissions": [
        "storage",
        "cookies",
        "alarms",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "logo128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "matches": [
                "http:\/\/127.0.0.1:8000\/talent\/*",
                "https:\/\/www.talent-e.io\/*",
                "https:\/\/talent-e.nextwaytech.vn\/*",
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "options_page": "index.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com' ; object-src 'self' ; child-src 'https:\/\/www.youtube.com\/' 'https:\/\/s.ytimg.com'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "talente-button.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}