Scheduled Click
This extension allows you to schedule a click on any element of a page you are visiting
O que é Scheduled Click?
Scheduled Click é uma extensão do Chrome desenvolvida por https://www.earnedmarketing.com, e sua principal característica é "This extension allows you to schedule a click on any element of a page you are visiting".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Scheduled Click
Baixe arquivos de extensão Scheduled Click no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Scheduled Click |
ID | fnifoimglgjcmljjcepbgkcajiggfekp |
URL Oficial | https://chromewebstore.google.com/detail/scheduled-click/fnifoimglgjcmljjcepbgkcajiggfekp |
Descrição | This extension allows you to schedule a click on any element of a page you are visiting |
Tamanho do Arquivo | 13.29 KB |
Contagem de Instalações | 5,050 |
Versão Atual | 1.0 |
Última Atualização | 2015-05-21 |
Data de Publicação | 2015-05-21 |
Classificação | 2.29/5 Total de 14 Avaliações |
Desenvolvedor | https://www.earnedmarketing.com |
Tipo de Pagamento | free |
Site da Extensão | https://www.justpark.com |
URL da Página de Ajuda | http://www.earnedmarketing.com |
Idiomas Suportados | 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" ] } |