INSSIST | Web Client for Instagram

Post photos, videos, stories, reels to Instagram from Web. Schedule posts, send DMs, manage hashtags.

¿Qué es INSSIST | Web Client for Instagram?

INSSIST | Web Client for Instagram es una extensión de Chrome desarrollada por https://inssist.com, y su función principal es "Post photos, videos, stories, reels to Instagram from Web. Schedule posts, send DMs, manage hashtags.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión INSSIST | Web Client for Instagram

Descarga archivos de extensión INSSIST | Web Client for Instagram en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        BASIC FEATURES FOR INSTAGRAM ON DESKTOP
* Use Instagram (almost) like on your Phone
* Post photos, stories, IGTVs, videos, carousel posts, reels 🔥
* Get relevant #hashtag suggestions
* Send direct messages
* Dark mode 🌑

ADVANCED FEATURES FOR INSTAGRAM ON PC / MAC
* Save posts to Inspiration library for reposting 🔥
* Pre-plan posts in a grid or calendar 🔥
* Schedule posts (posted automatically when you are online) 🔥
* CSV-powered scheduling
* Ghost DM reading mode
* Set up DM templates and send quick DM replies
* Manage hashtag collections and hashtag metrics
* Build hashtag ladders
* Multi-account support


WHY INSSIST
* All-in-one tool for browsing or working with Instagram on your desktop, right in your browser: posting, reposting, scheduling, DM, hashtags etc.
* Inssist supports Video uploads and is the only way to upload Videos from Desktop without sharing your Instagram password with a 3rd party app.
* Inssist ensures the Photos are published with the best resolution and quality possible. Photos uploaded with Inssist are not blurred by image compression comparing to other Chrome extensions or "user-agent switch" approach 😱
* Inssist allows scheduling Carousels without mobile app notifications and is the only scheduling app that does auto-posting for Carousels.


DATA SECURITY
* Secure. You Instagram data does not leave your PC, we do not collect, store or sell it. Ever. More on our Privacy Policy at https://inssist.com/privacy
* Free, Ads-Free and Just Works. Because life is too short for bad software.


WHAT PEOPLE SAY
🌟  I love it. It makes my work and life easier in uploading contents in my desktop. Brilliant solutions for Virtual Assistants and Social media Managers as well as Influencers, bloggers and creators.
🌟  Wonderful app. It lets me scheduled my post on Pro mode, which really help for small business to plan ahead their social media game. Keep it up guys!
🌟  This is honestly my favourite plug-in as a social media marketer. Couldn't live without it!


Disclaimer: Inssist does not belong or related to the official Instagram application / website in any ways. It is an unofficial app that is developed and maintained independently. Inssist (browser plugin) is a wrapper to the original Instagram web application and makes it more usable adding many improvements, styling and bug fixes. This Chrome plugin is not endorsed or certified by any third party. All third party logos and trademarks displayed on this Chrome plugin are properties of the third parties. Inssist is distributed AS IS. For more info, privacy policy and terms of service, visit our web site: https://inssist.com/


------------- RATE US -------------
If you like Inssist, tell your friends about it by sharing a link to inssist.com!


------------- REACH US -------------
If you want to report a bug or have a feature request, please do not hesitate to reach us directly at [email protected]. You can find more info on the plugin usage and security under our FAQ page at https://inssist.com/faq                    

Información Básica de la Extensión

Nombre INSSIST | Web Client for Instagram INSSIST | Web Client for Instagram
ID bcocdbombenodlegijagbhdjbifpiijp
URL Oficial https://chromewebstore.google.com/detail/inssist-web-client-for-in/bcocdbombenodlegijagbhdjbifpiijp
Descripción Post photos, videos, stories, reels to Instagram from Web. Schedule posts, send DMs, manage hashtags.
Tamaño del Archivo 1010 KB
Cantidad de Instalaciones 767,452
Versión Actual 26.4.0
Última Actualización 2024-02-17
Fecha de Publicación 2020-07-05
Calificación 4.65/5 Total de 5361 Calificaciones
Desarrollador https://inssist.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://inssist.com
URL de la Página de Ayuda https://inssist.com/faq
URL de la Página de Política de Privacidad https://inssist.com/privacy
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name_production__",
    "description": "__MSG_ext_description__",
    "version": "26.4.0",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon-16.png",
        "128": "img\/icon-128.png",
        "500": "img\/icon-500.png"
    },
    "background": {
        "scripts": [
            "\/app\/bg.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob: https:\/\/unpkg.com\/ https:\/\/ssl.google-analytics.com\/ https:\/\/www.google-analytics.com; object-src 'self' blob:",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "\/js\/emoji-regex.min.js",
                "\/app\/cs.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.inssist.com\/backup"
            ],
            "js": [
                "\/app\/cs.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "alarms",
        "background",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.inssist.com\/*"
    ],
    "optional_permissions": [
        "*:\/\/*.onfastspring.com\/*",
        "downloads"
    ],
    "browser_action": {
        "default_icon": {
            "48": "img\/icon-badge-48-normal.png"
        },
        "default_title": "INSSIST | Instagram Assistant"
    },
    "web_accessible_resources": [
        "\/app\/nj.js",
        "\/app\/bg.js",
        "\/manifest.json",
        "\/img\/icon-128.png",
        "\/img\/new-post-extra-tag-assist.png",
        "\/img\/new-post-extra-cover-assist.png",
        "\/img\/new-post-extra-music-assist.png",
        "\/img\/rocket.png",
        "\/img\/harpa-avatar.png"
    ]
}