INSSIST | Web Client for Instagram
Post photos, videos, stories, reels to Instagram from Web. Schedule posts, send DMs, manage hashtags.
Was ist INSSIST | Web Client for Instagram?
INSSIST | Web Client for Instagram ist eine Chrome-Erweiterung, die von https://inssist.com entwickelt wurde, und ihr Hauptmerkmal ist "Post photos, videos, stories, reels to Instagram from Web. Schedule posts, send DMs, manage hashtags.".
Erweiterungsscreenshots
INSSIST | Web Client for Instagram-Erweiterungs-CRX-Datei herunterladen
Laden Sie INSSIST | Web Client for Instagram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | INSSIST | Web Client for Instagram |
ID | bcocdbombenodlegijagbhdjbifpiijp |
Offizielle URL | https://chromewebstore.google.com/detail/inssist-web-client-for-in/bcocdbombenodlegijagbhdjbifpiijp |
Beschreibung | Post photos, videos, stories, reels to Instagram from Web. Schedule posts, send DMs, manage hashtags. |
Dateigröße | 1010 KB |
Installationsanzahl | 767,452 |
Aktuelle Version | 26.4.0 |
Letztes Update | 2024-02-17 |
Veröffentlichungsdatum | 2020-07-05 |
Bewertung | 4.65/5 Insgesamt 5361 Bewertungen |
Entwickler | https://inssist.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://inssist.com |
Hilfeseite URL | https://inssist.com/faq |
URL der Datenschutzrichtlinien-Seite | https://inssist.com/privacy |
Unterstützte Sprachen | 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" ] } |