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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย exexzian และคุณลักษณะหลักของมันคือ "One Click Solution to Export Medium Followers To CSV"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Follox - Export Medium Followers to CSV
ดาวน์โหลดไฟล์ส่วนขยาย Follox - Export Medium Followers to CSV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } |