FastInterviews Extension
FastInterviews Extension connects you with the best people at companies to secure a first interview
Qu'est-ce que FastInterviews Extension ?
FastInterviews Extension est une extension Chrome développée par https://fastinterviews.com, et sa fonction principale est "FastInterviews Extension connects you with the best people at companies to secure a first interview".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FastInterviews Extension
Téléchargez les fichiers d'extension FastInterviews Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
We find the best people for you to connect with and help you generate messages you can use to reach out to them via Linkedin connect notes
Informations de Base sur l'Extension
Nom | FastInterviews Extension |
ID | fjlnhjhlblcejjfiodnaapbbmooodjcg |
URL Officiel | https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg |
Description | FastInterviews Extension connects you with the best people at companies to secure a first interview |
Taille du Fichier | 5.91 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-02-28 |
Date de Publication | 2023-02-27 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://fastinterviews.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://fastinterviews.com/privacy_policy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FastInterviews Extension", "version": "1.0", "description": "FastInterviews Extension connects you with the best people at companies to secure a first interview", "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.openai.com\/*" ], "action": { "default_title": "Click to show an alert" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.fastinterviews.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "128.png" }, "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "cookies", "tabs" ] } |