ArcGIS Organization Styler

This extension helps you to style your own ArcGIS organizarion.

Wat is ArcGIS Organization Styler?

ArcGIS Organization Styler is een Chrome-extensie ontwikkeld door http://www.rauljimenez.info, en de belangrijkste functie is "This extension helps you to style your own ArcGIS organizarion.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ArcGIS Organization Styler

Download ArcGIS Organization Styler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ArcGIS Organization Styler ArcGIS Organization Styler
ID odoallpdfopkgfnofcdecpllplpfahea
Officiële URL https://chrome.google.com/webstore/detail/arcgis-organization-style/odoallpdfopkgfnofcdecpllplpfahea
Beschrijving This extension helps you to style your own ArcGIS organizarion.
Bestandsgrootte 51.12 KB
Aantal Installaties 214
Huidige Versie 1.4
Laatst Bijgewerkt 2014-06-21
Publicatiedatum 2014-06-21
Ontwikkelaar http://www.rauljimenez.info
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/hhkaos/arcgis-organization-styler/
Help Pagina-URL https://github.com/hhkaos/arcgis-organization-styler/issues
Ondersteunde Talen 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"
    }
}