Acquia Monitor
Allow to show information about subscription where is based a site.
Acquia Monitorとは何ですか?
Acquia Monitorはbalabasiknetによって開発されたChromeの拡張機能で、その主な機能は「Allow to show information about subscription where is based a site.」です。
拡張機能のスクリーンショット
Acquia Monitor拡張機能のCRXファイルをダウンロード
Acquia Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Acquia Monitor Browser Chrome extension which allows to show Acquia subscriptions data. It also includes ability to build and show direct link to specific Acquia subscription What is this for? If you have many Acquia subscriptions for your sites, sometimes you need a quick way to find where a site lives. Traditionally, you would login to insight.acquia.com and navigate through each subscriptions domain list searching each page for a match. Or, if you are technical savvy you could even write a script against their Cloud API to dump and catalog these mappings. Features * Show Acquia subscriptions data per a site * Simple for usage * Easy for configuration Configuration Go to configuration page of the extension by clicking right button mouse on the extensions’ icon. On the page we need to configure X-Acquia-Monitoring Header field. The value will be a key, which you can find on any one of your server's Apache configuration files. To find the key, run this command on your Acquia server: _$ grep X-Acquia-Monitoring /etc/apache2/conf.d/*._
拡張機能の基本情報
名前 | Acquia Monitor |
ID | kpgcghppbkkhjfoeihfikmgfehdfcpde |
公式URL | https://chromewebstore.google.com/detail/acquia-monitor/kpgcghppbkkhjfoeihfikmgfehdfcpde |
説明 | Allow to show information about subscription where is based a site. |
ファイルサイズ | 63.17 KB |
インストール数 | 36 |
現在のバージョン | 1.2 |
最終更新日 | 2017-04-25 |
公開日 | 2017-04-25 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | balabasiknet |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Acquia Monitor", "version": "1.2", "description": "Allow to show information about subscription where is based a site.", "icons": { "128": "images\/icon.png" }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "page": "pages\/popup.html" }, "browser_action": { "default_title": "Acquia Monitor", "default_icon": "images\/icon.png", "default_popup": "pages\/popup.html" }, "options_ui": { "options_page": "options.html", "chrome_style": true }, "options_page": "pages\/options.html" } |