Acquia Monitor

Allow to show information about subscription where is based a site.

Acquia Monitorคืออะไร?

Acquia Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย balabasiknet และคุณลักษณะหลักของมันคือ "Allow to show information about subscription where is based a site."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Acquia Monitor

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}