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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |