ig export
A chrome extension to export IG followers,following to CSV formats
Co je ig export?
ig export je rozšíření Chrome vyvinuté joahyi7, a jeho hlavní funkcí je „A chrome extension to export IG followers,following to CSV formats“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ig export
Stáhněte si soubory rozšíření ig export ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Export Instagram Followers/Following List to Excel IG Export can help you export Instagram followers or following list to a CSV file. 🖖 KEY FEATURES: Export millions of records in minutes. 🔎 HOW DOES IT WORK: Using Instagram's official API to export data. Free user can export the first 1000 records. Paid user can export without limits. 🔒 USAGE POLICY No password required. All the data you export is processed locally, so no one knows what you exported.
Základní Informace o Rozšíření
Název | ig export |
ID | ddaecgkckhmlkbkbkclfpopechmmbceo |
Oficiální URL | https://chromewebstore.google.com/detail/ig-export/ddaecgkckhmlkbkbkclfpopechmmbceo |
Popis | A chrome extension to export IG followers,following to CSV formats |
Velikost souboru | 2.97 MB |
Počet instalací | 149 |
Aktuální Verze | 1.6.0 |
Poslední Aktualizace | 2024-01-24 |
Datum Vydání | 2023-05-29 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | joahyi7 |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.igtools.store |
URL Stránky Nápovědy | https://www.igtools.store |
URL Stránky Zásad Ochrany Soukromí | https://amethyst-indigo-dd7.notion.site/Privacy-Policy-71f9fe0d73b84458a62db131c8c049e0 |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ig export", "version": "1.6.0", "description": "A chrome extension to export IG followers,following to CSV formats", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ { "resources": [ "contentStyle.css", "icon-128.png", "icon-34.png" ], "matches": [] } ], "default_locale": "en", "host_permissions": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.igtools.store\/*", "https:\/\/buy.igtools.store\/*" ] } |