FastInterviews Extension
FastInterviews Extension connects you with the best people at companies to secure a first interview
Vad är FastInterviews Extension?
FastInterviews Extension är en Chrome-tillägg utvecklad av https://fastinterviews.com, och dess huvudfunktion är "FastInterviews Extension connects you with the best people at companies to secure a first interview".
Tilläggsskärmbilder
Ladda ner FastInterviews Extension-förlängningens CRX-fil
Ladda ner FastInterviews Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | FastInterviews Extension |
ID | fjlnhjhlblcejjfiodnaapbbmooodjcg |
Officiell webbadress | https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg |
Beskrivning | FastInterviews Extension connects you with the best people at companies to secure a first interview |
Filstorlek | 5.91 KB |
Antal Installationer | 54 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-02-28 |
Publiceringsdatum | 2023-02-27 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://fastinterviews.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://fastinterviews.com/privacy_policy.html |
Stödda Språk | 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" ] } |