Scheduled Click
This extension allows you to schedule a click on any element of a page you are visiting
什麼是Scheduled Click?
Scheduled Click是由https://www.earnedmarketing.com開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to schedule a click on any element of a page you are visiting”。
擴展截圖
下載Scheduled Click擴展crx文件
下載Scheduled Click擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Scheduled Click |
ID | fnifoimglgjcmljjcepbgkcajiggfekp |
官方網址 | https://chromewebstore.google.com/detail/scheduled-click/fnifoimglgjcmljjcepbgkcajiggfekp |
簡介 | This extension allows you to schedule a click on any element of a page you are visiting |
檔案大小 | 13.29 KB |
安裝次數 | 5,050 |
目前版本 | 1.0 |
更新時間 | 2015-05-21 |
上架時間 | 2015-05-21 |
評分 | 2.29/5 共 14 次評分 |
開發者 | https://www.earnedmarketing.com |
付費類型 | free |
擴展官網 | https://www.justpark.com |
說明頁面URL | http://www.earnedmarketing.com |
支援的語言 | 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" ] } |