FastInterviews Extension
FastInterviews Extension connects you with the best people at companies to secure a first interview
Was ist FastInterviews Extension?
FastInterviews Extension ist eine Chrome-Erweiterung, die von https://fastinterviews.com entwickelt wurde, und ihr Hauptmerkmal ist "FastInterviews Extension connects you with the best people at companies to secure a first interview".
Erweiterungsscreenshots
FastInterviews Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie FastInterviews Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | FastInterviews Extension |
ID | fjlnhjhlblcejjfiodnaapbbmooodjcg |
Offizielle URL | https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg |
Beschreibung | FastInterviews Extension connects you with the best people at companies to secure a first interview |
Dateigröße | 5.91 KB |
Installationsanzahl | 54 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-02-28 |
Veröffentlichungsdatum | 2023-02-27 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://fastinterviews.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://fastinterviews.com/privacy_policy.html |
Unterstützte Sprachen | 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" ] } |