Recruit Wizard
Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.
Hvad er Recruit Wizard?
Recruit Wizard er en Chrome-udvidelse udviklet af https://recruitwizard.com, og dens hovedfunktion er "Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.".
Udvidelsesskærmbilleder
Download Recruit Wizard-udvidelses-CRX-fil
Download Recruit Wizard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Recruit Wizard's Chrome Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lmfchgkcgflmhcjgnoldbabhlfahfagi |
| Officiel URL | https://chromewebstore.google.com/detail/recruit-wizard/lmfchgkcgflmhcjgnoldbabhlfahfagi |
| Beskrivelse | Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard. |
| Filstørrelse | 313 KB |
| Antal Installationer | 146 |
| Nuværende Version | 3.3.0 |
| Senest Opdateret | 2024-02-21 |
| Udgivelsesdato | 2020-06-02 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://recruitwizard.com |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://recruitwizard.com/privacy-policy |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Recruit Wizard",
"version": "3.3.0",
"manifest_version": 2,
"description": "Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.",
"icons": {
"128": "RecruitWizardIcon.png"
},
"page_action": {
"default_icon": "RecruitWizardIcon.png",
"default_popup": "index.html",
"default_title": "Recruit Wizard"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"permissions": [
"storage",
"declarativeContent",
"contextMenus",
"https:\/\/*.recruitwizard.com\/*",
"https:\/\/*.linkedin.com\/*",
"http:\/\/*.linkedin.com\/*",
"http:\/\/twitter.com\/*",
"https:\/\/twitter.com\/*",
"http:\/\/www.facebook.com\/*",
"https:\/\/www.facebook.com\/*"
]
} | |