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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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"
    ]
}