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 |
官方URL | 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" ] } |