ArcGIS Organization Styler
This extension helps you to style your own ArcGIS organizarion.
Qu'est-ce que ArcGIS Organization Styler ?
ArcGIS Organization Styler est une extension Chrome développée par http://www.rauljimenez.info, et sa fonction principale est "This extension helps you to style your own ArcGIS organizarion.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ArcGIS Organization Styler
Téléchargez les fichiers d'extension ArcGIS Organization Styler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | odoallpdfopkgfnofcdecpllplpfahea |
URL Officiel | https://chrome.google.com/webstore/detail/arcgis-organization-style/odoallpdfopkgfnofcdecpllplpfahea |
Description | This extension helps you to style your own ArcGIS organizarion. |
Taille du Fichier | 51.12 KB |
Nombre d'Installations | 214 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2014-06-21 |
Date de Publication | 2014-06-21 |
Développeur | http://www.rauljimenez.info |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hhkaos/arcgis-organization-styler/ |
URL de la Page d'Aide | https://github.com/hhkaos/arcgis-organization-styler/issues |
Langues Prises en Charge | 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" } } |