Build Chrome Extension
Budget: $30 – $250 USD
1. Receive an API call with JSON array of keys and value.
[{"key":"google","value":"search1"},{"key":"google","value":"search2"}]
2. Check if there is a tab with the site google.com. if not open a new tab and go to google.com.
3. enter the first value to the search box and click the search button.
4. Wait for the result (with a check).
5. Send an API call to the server with the "result-stats" id. for example "About 53,700,000 results<nobr> (0.52 seconds)
6. Repeat search for every item in the array
7. In order for the extension to work the the user must enter and save an id and token into 2 fields.
There will be a success image if the id/token was verified using an API call.
This data will be sent to the server with every API call.
8. Show me how to open, compile/minimize and deploy the extension. From windows
* The work doesn't include the server side part
Thank you
[{"key":"google","value":"search1"},{"key":"google","value":"search2"}]
2. Check if there is a tab with the site google.com. if not open a new tab and go to google.com.
3. enter the first value to the search box and click the search button.
4. Wait for the result (with a check).
5. Send an API call to the server with the "result-stats" id. for example "About 53,700,000 results<nobr> (0.52 seconds)
6. Repeat search for every item in the array
7. In order for the extension to work the the user must enter and save an id and token into 2 fields.
There will be a success image if the id/token was verified using an API call.
This data will be sent to the server with every API call.
8. Show me how to open, compile/minimize and deploy the extension. From windows
* The work doesn't include the server side part
Thank you