This is a Demo application for the snapADDY contact person search browser extension.
- Install
NodeJS >=14
and make surenpm
is available in your PATH. - Install the contact person search extension in your browser. (Only Chrome / Edge-chromium are supported right now.)
This application is built using @angular/cli@^13
. So in order to run / develop this app, you just need to do the following steps:
cd ./snapaddy-contact-person-search-demo-app
npm ci
npm start
This will install all necessary dependencies and start a local dev server.
Open http://localhost:4200
in Chrome/Edge-chromium. And you're good to go.
- Check
src\app\types\extension-functions.ts
for function references appended to thewindow
object by the contact person search browser extension - Check
src\app\services\contact-person-search.service.ts
for an example service implementation that uses the provided extension functions