Scheduled Click

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

Co to jest Scheduled Click?

Scheduled Click to rozszerzenie Chrome opracowane przez https://www.earnedmarketing.com, a jego główną funkcją jest „This extension allows you to schedule a click on any element of a page you are visiting”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Scheduled Click

Pobierz pliki rozszerzeń Scheduled Click w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Scheduled Click Scheduled Click
ID fnifoimglgjcmljjcepbgkcajiggfekp
Oficjalny URL https://chromewebstore.google.com/detail/scheduled-click/fnifoimglgjcmljjcepbgkcajiggfekp
Opis This extension allows you to schedule a click on any element of a page you are visiting
Rozmiar pliku 13.29 KB
Liczba instalacji 5,050
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-05-21
Data Publikacji 2015-05-21
Ocena 2.29/5 Łącznie 14 Oceny
Deweloper https://www.earnedmarketing.com
Typ Płatności free
Strona Rozszerzenia https://www.justpark.com
Adres URL Strony Pomocy http://www.earnedmarketing.com
Obsługiwane Języki 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"
    ]
}