Talent-e
Talent-e supports Talent creating their voice with Tech-enabled Content Creation
Cos'è Talent-e?
Talent-e è un'estensione di Chrome sviluppata da https://talent-e.io, e la sua funzione principale è "Talent-e supports Talent creating their voice with Tech-enabled Content Creation".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Talent-e
Scarica i file di estensione Talent-e in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Talent-e |
ID | ejmlhcnohfafmecjogpooggodiaeodlk |
URL Ufficiale | https://chromewebstore.google.com/detail/talent-e/ejmlhcnohfafmecjogpooggodiaeodlk |
Descrizione | Talent-e supports Talent creating their voice with Tech-enabled Content Creation |
Dimensione del File | 1.79 MB |
Conteggio Installazioni | 206 |
Versione Corrente | 0.1.9 |
Ultimo Aggiornamento | 2024-01-25 |
Data di Pubblicazione | 2022-10-31 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://talent-e.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.talent-e.io/ |
URL della Pagina di Aiuto | https://www.talent-e.io/ |
URL della Pagina della Politica sulla Privacy | https://www.talent-e.io/privacy-policy |
Lingue Supportate | 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": [ " |