Scheduled Click
This extension allows you to schedule a click on any element of a page you are visiting
What is Scheduled Click?
Scheduled Click is a Chrome extension developed by https://www.earnedmarketing.com, and its main feature is "This extension allows you to schedule a click on any element of a page you are visiting".
Extension Screenshots
Download Scheduled Click Extension CRX File
Download Scheduled Click extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Want to schedule a click on that link or button? It's now as easy as 1-2-3. 1. Find out the ID of the link or button you want to be clicked (hint. right click on it and select "Inspect Element") 2. Enter the details and press "Schedule Click" in the extension popup 3. When the time comes.. BANG! the scheduled click will happen automagically **ProTip - if an element you want to click doesn't have an ID - not a problem! Right click on the element in the Inspect Element window, select "Add attribute" and add the ID in. Happy clicking! https://twitter.com/earnedmarketing
Extension Basic Information
Name | Scheduled Click |
ID | fnifoimglgjcmljjcepbgkcajiggfekp |
Official URL | https://chromewebstore.google.com/detail/scheduled-click/fnifoimglgjcmljjcepbgkcajiggfekp |
Description | This extension allows you to schedule a click on any element of a page you are visiting |
File Size | 13.29 KB |
Installation Count | 5,050 |
Current Version | 1.0 |
Last Updated | 2015-05-21 |
Publish Date | 2015-05-21 |
Rating | 2.29/5 Total 14 Ratings |
Developer | https://www.earnedmarketing.com |
Payment Type | free |
Extension Website | https://www.justpark.com |
Help Page URL | http://www.earnedmarketing.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scheduled Click", "description": "This extension allows you to schedule a click on any element of a page you are visiting", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |