Appoint.ly
Extracting appointments links
Appoint.lyとは何ですか?
Appoint.lyはNeotericによって開発されたChromeの拡張機能で、その主な機能は「Extracting appointments links」です。
拡張機能のスクリーンショット
Appoint.ly拡張機能のCRXファイルをダウンロード
Appoint.ly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Appoint.ly extension for Chrome is now available! Save time and get more meetings by instant access to your appointment types links. To use this plugin, the Appoint.ly account is required. You can register at appoint.ly.
拡張機能の基本情報
名前 | |
ID | dcombaeajoahnbeppgipbonoannloani |
公式URL | https://chrome.google.com/webstore/detail/appointly/dcombaeajoahnbeppgipbonoannloani |
説明 | Extracting appointments links |
ファイルサイズ | 2.06 MB |
インストール数 | 35 |
現在のバージョン | 1.1 |
最終更新日 | 2018-03-13 |
公開日 | 2018-03-13 |
評価 | 4.33/5 合計 6 レビュー |
開発者 | Neoteric |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://appoint.ly/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Appoint.ly", "description": "Extracting appointments links", "version": "1.1", "manifest_version": 2, "browser_action": { "default_popup": "extension.html", "default_icon": "icons\/Appointly_icon.png" }, "permissions": [ "tabs", "https:\/\/appoint.ly\/*", "cookies" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |