INSSIST | Web Client for Instagram
Post photos, videos, stories, reels to Instagram from Web. Schedule posts, send DMs, manage hashtags.
Qu'est-ce que INSSIST | Web Client for Instagram ?
INSSIST | Web Client for Instagram est une extension Chrome développée par https://inssist.com, et sa fonction principale est "Post photos, videos, stories, reels to Instagram from Web. Schedule posts, send DMs, manage hashtags.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension INSSIST | Web Client for Instagram
Téléchargez les fichiers d'extension INSSIST | Web Client for Instagram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | INSSIST | Web Client for Instagram |
ID | bcocdbombenodlegijagbhdjbifpiijp |
URL Officiel | https://chromewebstore.google.com/detail/inssist-web-client-for-in/bcocdbombenodlegijagbhdjbifpiijp |
Description | Post photos, videos, stories, reels to Instagram from Web. Schedule posts, send DMs, manage hashtags. |
Taille du Fichier | 1010 KB |
Nombre d'Installations | 767,452 |
Version Actuelle | 26.4.0 |
Dernière Mise à Jour | 2024-02-17 |
Date de Publication | 2020-07-05 |
Évaluation | 4.65/5 Total 5361 Évaluations |
Développeur | https://inssist.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://inssist.com |
URL de la Page d'Aide | https://inssist.com/faq |
URL de la Page de Politique de Confidentialité | https://inssist.com/privacy |
Langues Prises en Charge | 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" ] } |