ArcGIS Organization Styler

This extension helps you to style your own ArcGIS organizarion.

Was ist ArcGIS Organization Styler?

ArcGIS Organization Styler ist eine Chrome-Erweiterung, die von http://www.rauljimenez.info entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you to style your own ArcGIS organizarion.".

Erweiterungsscreenshots

screenshot

ArcGIS Organization Styler-Erweiterungs-CRX-Datei herunterladen

Laden Sie ArcGIS Organization Styler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ArcGIS Organization Styler ArcGIS Organization Styler
ID odoallpdfopkgfnofcdecpllplpfahea
Offizielle URL https://chrome.google.com/webstore/detail/arcgis-organization-style/odoallpdfopkgfnofcdecpllplpfahea
Beschreibung This extension helps you to style your own ArcGIS organizarion.
Dateigröße 51.12 KB
Installationsanzahl 214
Aktuelle Version 1.4
Letztes Update 2014-06-21
Veröffentlichungsdatum 2014-06-21
Entwickler http://www.rauljimenez.info
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/hhkaos/arcgis-organization-styler/
Hilfeseite URL https://github.com/hhkaos/arcgis-organization-styler/issues
Unterstützte Sprachen 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"
    }
}