SU Tools: Foursquare extension for Superusers

Add many useful SU Tools to Foursquare, as featured on aboutfoursquare.com, @4sqsupport and foursquare.com/admin (Pro Tips).

¿Qué es SU Tools: Foursquare extension for Superusers?

SU Tools: Foursquare extension for Superusers es una extensión de Chrome desarrollada por https://sutools.net, y su función principal es "Add many useful SU Tools to Foursquare, as featured on aboutfoursquare.com, @4sqsupport and foursquare.com/admin (Pro Tips).".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SU Tools: Foursquare extension for Superusers

Descarga archivos de extensión SU Tools: Foursquare extension for Superusers en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Make your life as a Foursquare SU easier by using this extension. Follow @SUtools on twitter for the latest updates. If you're a Safari or Firefox user please download your copy of SU Tools from http://sutools.net

Features:

- After submitting a merge you have the option to leave a comment for the Superuser reviewing your merge request in the merge queue.
- Google Maps API integration on Edit Venue page and address/merge queues. No longer do you need to lookup empty or incorrect addresses manually! Click the all new Cleanup button and see the magic happening.
- change category to a custom category with one-click from the Search, History and Edit Venue pages
- when searching have hovering links to Manage, Edit, Close and Flag Venue next to the venue links, option to sort results by relevance (default), distance, name and check-ins (and it remembers when you've searched for in the upper-right search box)
- when reviewing your history also hovering links to Manage, Edit, Close and Flag Venue
- on the venue page have an extended SU Tools menu, with links to Manage, Edit and Close Venue, as well as Search links to Google Maps and Foursquare itself using the venue name, location and city.
- on the Edit Venue page the link to search Foursquare is displayed inline so you don't have to click back and forth between tabs, the link to Google Maps opens in a new tab. Also the links are extended so they use location, city and country for searching (use lat/long if address not available), cancel or revert values button.
- on editing a venue and 4sq prompts you with double venues, links are provided next to each venue to submit the edit and merge automatically with the prompted venue. Click "Only merge" to submit remaining venues for merge or do only the merge and not confirm the edit you were just doing.

Extra features:
- Adds "Admin" link in the main menu linking to the /admin section for SU remembering if you're in local/country/world mode
- Adds a clickable twitter and website link to the Edit Venue page (also in queues)
- Removes " HQ" at the end of the venue name when searching in Google Maps
- If you click the website link on the venue page it opens in a new window/tab
- Makes state and zip fields larger in Merge/Address queues
- Makes the Mayorships list bigger on any user profile
- Added extended "Requested by:" section on merge queue.
- Enables you to paste a complete URL in the merge venue ID input box

Praise:
- Take a look at the official website http://sutools.net to read what others have to say about my extension.
- Give me praise here on the webstore by submitting your review!

Disclaimers:
- This extension is built upon some features of Foursquare extensions by other developers (thanks Michael Harris and Tom Humphries), you can remove those extensions to avoid double "Manage venue" links.
- If you're a Safari or Firefox user download from http://sutools.net
- I'm in no way affiliated or endorsed by Foursquare Labs, Inc. I'm an independent developer who's taken matters into his own.

Support:
For reporting issues please visit the GetSat site:
http://getsatisfaction.com/foursquare/topics/_su_only_auto_formatting_on_edit_venue_page                    

Información Básica de la Extensión

Nombre SU Tools: Foursquare extension for Superusers SU Tools: Foursquare extension for Superusers
ID fhaodkdhmbgaogggcaaihcpinapofffk
URL Oficial https://chromewebstore.google.com/detail/su-tools-foursquare-exten/fhaodkdhmbgaogggcaaihcpinapofffk
Descripción Add many useful SU Tools to Foursquare, as featured on aboutfoursquare.com, @4sqsupport and foursquare.com/admin (Pro Tips).
Tamaño del Archivo 67.92 KB
Cantidad de Instalaciones 839
Versión Actual 0.0.6.11
Última Actualización 2012-10-20
Fecha de Publicación 2012-10-19
Calificación 4.32/5 Total de 94 Calificaciones
Desarrollador https://sutools.net
Tipo de Pago free
Sitio Web de la Extensión http://sutools.net/
URL de la Página de Ayuda http://getsatisfaction.com/foursquare/topics/_su_only_auto_formatting_on_edit_venue_page
Idiomas Soportados en
manifest.json
{
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "sutools.css"
            ],
            "js": [
                "jquery.min.js",
                "ga.js",
                "sutools.js"
            ],
            "matches": [
                "https:\/\/*.foursquare.com\/*",
                "http:\/\/*.sutools.net\/*",
                "https:\/\/*.sutools.net\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/maps.googleapis.com\/",
        "http:\/\/*.sutools.net\/"
    ],
    "description": "Add many useful SU Tools to Foursquare, as featured on aboutfoursquare.com, @4sqsupport and foursquare.com\/admin (Pro Tips).",
    "name": "SU Tools: Foursquare extension for Superusers",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/sutools.net\/",
    "version": "0.0.6.11",
    "icons": {
        "128": "sutools4sq.png"
    }
}