Scheduled Click

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

Apa itu Scheduled Click?

Scheduled Click adalah ekstensi Chrome yang dikembangkan oleh https://www.earnedmarketing.com, dan fitur utamanya adalah "This extension allows you to schedule a click on any element of a page you are visiting".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Scheduled Click

Unduh file ekstensi Scheduled Click dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Scheduled Click Scheduled Click
ID fnifoimglgjcmljjcepbgkcajiggfekp
URL Resmi https://chromewebstore.google.com/detail/scheduled-click/fnifoimglgjcmljjcepbgkcajiggfekp
Deskripsi This extension allows you to schedule a click on any element of a page you are visiting
Ukuran File 13.29 KB
Jumlah Instalasi 5,050
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-05-21
Tanggal Publikasi 2015-05-21
Penilaian 2.29/5 Total 14 Penilaian
Pengembang https://www.earnedmarketing.com
Tipe Pembayaran free
Situs Ekstensi https://www.justpark.com
URL Halaman Bantuan http://www.earnedmarketing.com
Bahasa yang Didukung 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"
    ]
}