Scheduled Click

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

Qu'est-ce que Scheduled Click ?

Scheduled Click est une extension Chrome développée par https://www.earnedmarketing.com, et sa fonction principale est "This extension allows you to schedule a click on any element of a page you are visiting".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Scheduled Click

Téléchargez les fichiers d'extension Scheduled Click au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Scheduled Click Scheduled Click
ID fnifoimglgjcmljjcepbgkcajiggfekp
URL Officiel 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
Taille du Fichier 13.29 KB
Nombre d'Installations 5,050
Version Actuelle 1.0
Dernière Mise à Jour 2015-05-21
Date de Publication 2015-05-21
Évaluation 2.29/5 Total 14 Évaluations
Développeur https://www.earnedmarketing.com
Type de Paiement free
Site Web de l'Extension https://www.justpark.com
URL de la Page d'Aide http://www.earnedmarketing.com
Langues Prises en Charge 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"
    ]
}