Talent-e

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

Talent-e क्या है?

Talent-e https://talent-e.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Talent-e supports Talent creating their voice with Tech-enabled Content Creation"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Talent-e एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}