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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
}