Updating our Google Chrome Extension.
Budget: €30 – €250 EUR
Our Chrome extension displays ads at the bottom of the user's screen.
Ads are actually web pages (hosted on our site) where each one contains an ad at the top.
The extension displays an ad every XX minutes. It actually runs a PHP script that echoes an ad page link (https://my-site.com/adpageX.html)
In the extension's script there are some variables that determine the following:
The height of the frame
The position of the frame on the user's screen (top, bottom)
The time where each ad will be displayed
We would like to update the extension so that the values of these variables will be echoed by our script. In this way, it won't be necessary to update our extension in the future.
Ads are actually web pages (hosted on our site) where each one contains an ad at the top.
The extension displays an ad every XX minutes. It actually runs a PHP script that echoes an ad page link (https://my-site.com/adpageX.html)
In the extension's script there are some variables that determine the following:
The height of the frame
The position of the frame on the user's screen (top, bottom)
The time where each ad will be displayed
We would like to update the extension so that the values of these variables will be echoed by our script. In this way, it won't be necessary to update our extension in the future.