Acquia Monitor
Allow to show information about subscription where is based a site.
Acquia Monitor क्या है?
Acquia Monitor balabasiknet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow to show information about subscription where is based a site."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Acquia Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |