ArcGIS Organization Styler
This extension helps you to style your own ArcGIS organizarion.
Cos'è ArcGIS Organization Styler?
ArcGIS Organization Styler è un'estensione di Chrome sviluppata da http://www.rauljimenez.info, e la sua funzione principale è "This extension helps you to style your own ArcGIS organizarion.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ArcGIS Organization Styler
Scarica i file di estensione ArcGIS Organization Styler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | odoallpdfopkgfnofcdecpllplpfahea |
URL Ufficiale | https://chrome.google.com/webstore/detail/arcgis-organization-style/odoallpdfopkgfnofcdecpllplpfahea |
Descrizione | This extension helps you to style your own ArcGIS organizarion. |
Dimensione del File | 51.12 KB |
Conteggio Installazioni | 214 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2014-06-21 |
Data di Pubblicazione | 2014-06-21 |
Sviluppatore | http://www.rauljimenez.info |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/hhkaos/arcgis-organization-styler/ |
URL della Pagina di Aiuto | https://github.com/hhkaos/arcgis-organization-styler/issues |
Lingue Supportate | 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" } } |