Follox - Export Medium Followers to CSV

One Click Solution to Export Medium Followers To CSV

Follox - Export Medium Followers to CSV क्या है?

Follox - Export Medium Followers to CSV exexzian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One Click Solution to Export Medium Followers To CSV"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Follox - Export Medium Followers to CSV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Follox - Export Medium Followers to CSV Follox - Export Medium Followers to CSV
ID ebdfjgfnepcdlgfhbhhhojbkefhhbohf
आधिकारिक URL https://chromewebstore.google.com/detail/follox-export-medium-foll/ebdfjgfnepcdlgfhbhhhojbkefhhbohf
विवरण One Click Solution to Export Medium Followers To CSV
फ़ाइल का आकार 37.22 KB
स्थापना संख्या 66
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2016-07-15
प्रकाशन तिथि 2016-07-15
रेटिंग 4.00/5 कुल 7 रेटिंग्स
डेवलपर exexzian
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}