Follox - Export Medium Followers to CSV

One Click Solution to Export Medium Followers To CSV

¿Qué es Follox - Export Medium Followers to CSV?

Follox - Export Medium Followers to CSV es una extensión de Chrome desarrollada por exexzian, y su función principal es "One Click Solution to Export Medium Followers To CSV".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Follox - Export Medium Followers to CSV

Descarga archivos de extensión Follox - Export Medium Followers to CSV 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

                        Follox Provides a One Click Solution to Export Medium Followers To CSV.

Since the "Medium Followers Page Listing" fetches the followers list in batches so, the tool becomes very handy when user has lots of followers and wants to automate the process.

"Without Follox - Imagine the number of Clicks that will require on 'Show-More' if number of Followers are in hundreds or thousands."

Follox stores 4 things to CSV file : Name, MediumURL, ProfileImage, Description

**Steps to Run:**
1. Open Medium User Profile Page of any User.
   like: https://medium.com/@exexzian
2. Hit the Follox Icon
3. Wait for the Process Completion and Tadaaa... - Save the CSV file 
   (For Convenience Follox offers the file name as : "MediumUerName - MediumFollower.csv")

**Note:**
1. Kindly refresh the page and try again if it somehow doesn't work (or send me support message).
2. Please Comment if you want to Export the Following list as well - then will release it on next version                    

Información Básica de la Extensión

Nombre Follox - Export Medium Followers to CSV Follox - Export Medium Followers to CSV
ID ebdfjgfnepcdlgfhbhhhojbkefhhbohf
URL Oficial https://chromewebstore.google.com/detail/follox-export-medium-foll/ebdfjgfnepcdlgfhbhhhojbkefhhbohf
Descripción One Click Solution to Export Medium Followers To CSV
Tamaño del Archivo 37.22 KB
Cantidad de Instalaciones 66
Versión Actual 1.0.3
Última Actualización 2016-07-15
Fecha de Publicación 2016-07-15
Calificación 4.00/5 Total de 7 Calificaciones
Desarrollador exexzian
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Follox - Export Medium Followers to CSV",
    "short_name": "Follox",
    "description": "One Click Solution to Export Medium Followers To CSV",
    "version": "1.0.3",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "Follox128Icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/medium.com\/@*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "Follox128Icon.png",
        "default_title": "Export Medium Followers"
    },
    "permissions": [
        "activeTab"
    ]
}