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).

O que é SU Tools: Foursquare extension for Superusers?

SU Tools: Foursquare extension for Superusers é uma extensão do Chrome desenvolvida por https://sutools.net, e sua principal característica é "Add many useful SU Tools to Foursquare, as featured on aboutfoursquare.com, @4sqsupport and foursquare.com/admin (Pro Tips).".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SU Tools: Foursquare extension for Superusers

Baixe arquivos de extensão SU Tools: Foursquare extension for Superusers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome 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
Descrição Add many useful SU Tools to Foursquare, as featured on aboutfoursquare.com, @4sqsupport and foursquare.com/admin (Pro Tips).
Tamanho do Arquivo 67.92 KB
Contagem de Instalações 839
Versão Atual 0.0.6.11
Última Atualização 2012-10-20
Data de Publicação 2012-10-19
Classificação 4.32/5 Total de 94 Avaliações
Desenvolvedor https://sutools.net
Tipo de Pagamento free
Site da Extensão http://sutools.net/
URL da Página de Ajuda http://getsatisfaction.com/foursquare/topics/_su_only_auto_formatting_on_edit_venue_page
Idiomas Suportados 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"
    }
}