ArcGIS Organization Styler
This extension helps you to style your own ArcGIS organizarion.
What is ArcGIS Organization Styler?
ArcGIS Organization Styler is a Chrome extension developed by http://www.rauljimenez.info, and its main feature is "This extension helps you to style your own ArcGIS organizarion.".
Extension Screenshots
Download ArcGIS Organization Styler Extension CRX File
Download ArcGIS Organization Styler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a Google Chrome Extension that aims to help users to style their Organisations page on ArcGIS Online. It allows you to add a live editor while you are in a Organisation homepage. The extension already provides: - A set of snippets that you can use and customise yourself. - An easy way to get the code that you will need to add inside your dashboard. - An editor that allows you to write your own HTML and CSS code.
Extension Basic Information
Name | |
ID | odoallpdfopkgfnofcdecpllplpfahea |
Official URL | https://chrome.google.com/webstore/detail/arcgis-organization-style/odoallpdfopkgfnofcdecpllplpfahea |
Description | This extension helps you to style your own ArcGIS organizarion. |
File Size | 51.12 KB |
Installation Count | 214 |
Current Version | 1.4 |
Last Updated | 2014-06-21 |
Publish Date | 2014-06-21 |
Developer | http://www.rauljimenez.info |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/hhkaos/arcgis-organization-styler/ |
Help Page URL | https://github.com/hhkaos/arcgis-organization-styler/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ArcGIS Organization Styler", "description": "This extension helps you to style your own ArcGIS organizarion.", "version": "1.4", "content_scripts": [ { "matches": [ "https:\/\/developer.chrome.com\/*" ], "js": [ "myscript.js" ] } ], "permissions": [ "tabs", "http:\/\/*.arcgis.com\/", "https:\/\/*.arcgis.com\/", "http:\/\/*\/*", "http:\/\/localhost:9090\/*" ], "browser_action": { "default_title": "ArcGIS Organization Styler", "default_icon": "icon.png", "default_popup": "popup.html" } } |