Talent-e

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

Talent-e란 무엇입니까?

Talent-e은(는) https://talent-e.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Talent-e supports Talent creating their voice with Tech-enabled Content Creation"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Talent-e 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}