Scheduled Click

This extension allows you to schedule a click on any element of a page you are visiting

Wat is Scheduled Click?

Scheduled Click is een Chrome-extensie ontwikkeld door https://www.earnedmarketing.com, en de belangrijkste functie is "This extension allows you to schedule a click on any element of a page you are visiting".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Scheduled Click

Download Scheduled Click-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Scheduled Click Scheduled Click
ID fnifoimglgjcmljjcepbgkcajiggfekp
Officiële URL https://chromewebstore.google.com/detail/scheduled-click/fnifoimglgjcmljjcepbgkcajiggfekp
Beschrijving This extension allows you to schedule a click on any element of a page you are visiting
Bestandsgrootte 13.29 KB
Aantal Installaties 5,050
Huidige Versie 1.0
Laatst Bijgewerkt 2015-05-21
Publicatiedatum 2015-05-21
Beoordeling 2.29/5 Totaal 14 Beoordelingen
Ontwikkelaar https://www.earnedmarketing.com
Betalingswijze free
Extensiewebsite https://www.justpark.com
Help Pagina-URL http://www.earnedmarketing.com
Ondersteunde Talen 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"
    ]
}