IGPostExport - Extract post to excel

A usefully tool for Export Instagram posts to Excel and csv, for username / hashtag / location.

Co to jest IGPostExport - Extract post to excel?

IGPostExport - Extract post to excel to rozszerzenie Chrome opracowane przez so ext, a jego główną funkcją jest „A usefully tool for Export Instagram posts to Excel and csv, for username / hashtag / location.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia IGPostExport - Extract post to excel

Pobierz pliki rozszerzeń IGPostExport - Extract post to excel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A smart tool for Instagram research or analysis, one click to export Instagram posts to csv and Excel.

This posts data scraper will take the posts and scrape all the related data publicly available on IG. Whether you're a technical marketer, growth-hacker or Instagram influencer, you can automate hugh chunks of your IG workflows with IGPostExport. Export posts data to a .CSV spreadsheet and use it in Excel or to .JSON file very easily.

How to export IG user post data?

1. Enter a username
2. Click the export button

Export data columns: media_id, date(GMT), timestamp, caption, hashtags, likes_count, comments_count, post_url, shortcode, thumbnail_url, image_url, video_url, is_video, location_name, location_id, location_url, user_id, username

Data Privacy
All data is processed in your local computer, it is never passing through our web server, no one knows what you exported.

Questions? Drop us a line at [email protected]                    

Podstawowe informacje o rozszerzeniu

Nazwa IGPostExport - Extract post to excel IGPostExport - Extract post to excel
ID hmeopgceancdgkaelaecjbhglgdcclpm
Oficjalny URL https://chrome.google.com/webstore/detail/igpostexport-extract-post/hmeopgceancdgkaelaecjbhglgdcclpm
Opis A usefully tool for Export Instagram posts to Excel and csv, for username / hashtag / location.
Rozmiar pliku 1.06 MB
Liczba instalacji 101
Aktualna Wersja 2.0.7
Ostatnia Aktualizacja 2022-07-28
Data Publikacji 2022-04-27
Deweloper so ext
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://ig-email-scraper.pages.dev/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "oauth2": {
        "client_id": "628184170891-esgijo762tadjcf6end2u33co3j1rk9p.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwvBv9f4aDIP\/cvHfMN3E42guRcGIOzkGfXKbfbtvOd+FecJ+an2aAHSXBrEEJNRERIO0BvW63KXKGdHcuLckvGPbd6+sGQtzoaX8isVOu1xx7Q0SIst1tdg+E+2xlCJGRcNy0o1qiWdGNTAwQJTL7slk2t4mtUwbtERaz8\/mj8XPP7FG0zMMTqfbn3MM2kBHAgSqDV+byzC5Wdl4JlruGNffS7r6a+dM2fZIdrEEPY+ZdyWYCeE5kxF\/VjYgqwaSsZnJQdtEBNK6AzZu+LMzxxAZZJ7t\/lLqpikphFyEbPcM+hMQJ9U1CZ6YM8vwVfp4RTsISDWx8KlyRo73pKiSlQIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "extension_ids": [
                "bcamlffoakhadbgmdfejnjpfdcoknilc"
            ]
        }
    ],
    "version": "2.0.7"
}