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.”。

擴展截圖

screenshot

下載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 Acquia Monitor
ID kpgcghppbkkhjfoeihfikmgfehdfcpde
官方網址 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"
}