ig export
A chrome extension to export IG followers,following to CSV formats
Что такое ig export?
ig export - это расширение Chrome, разработанное joahyi7, и его основная функция - "A chrome extension to export IG followers,following to CSV formats".
Снимки экрана расширения
Скачать файл CRX расширения ig export
Скачайте файлы расширений ig export в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | ddaecgkckhmlkbkbkclfpopechmmbceo |
| Официальный URL | https://chromewebstore.google.com/detail/ig-export/ddaecgkckhmlkbkbkclfpopechmmbceo |
| Описание | A chrome extension to export IG followers,following to CSV formats |
| Размер файла | 2.97 MB |
| Количество установок | 149 |
| Текущая Версия | 1.6.0 |
| Последнее Обновление | 2024-01-24 |
| Дата публикации | 2023-05-29 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | joahyi7 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.igtools.store |
| URL страницы помощи | https://www.igtools.store |
| URL страницы политики конфиденциальности | https://amethyst-indigo-dd7.notion.site/Privacy-Policy-71f9fe0d73b84458a62db131c8c049e0 |
| Поддерживаемые языки | 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\/*"
]
} | |