Magis
Get more followers and increase user engagement on Instagram.
Wat is Magis?
Magis is een Chrome-extensie ontwikkeld door Joel Dare, en de belangrijkste functie is "Get more followers and increase user engagement on Instagram.".
Extensie Screenshots
Download het CRX-bestand van de extensie Magis
Download Magis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Gain new followers and likes on Instagram. Magis reminds you to be active on Instagram and provides keyboard shortcuts to make you fast. Set a goal to like and comment on 20 posts an hour to significantly increase your Instagram engagement with just two minutes of work. Build brand awareness. Get more leads. Grow website traffic.
Basisinformatie over de Extensie
Naam | Magis |
ID | kahkfpeemmmjcbkffjmebbgkdmjglobi |
Officiële URL | https://chromewebstore.google.com/detail/magis/kahkfpeemmmjcbkffjmebbgkdmjglobi |
Beschrijving | Get more followers and increase user engagement on Instagram. |
Bestandsgrootte | 97.87 KB |
Aantal Installaties | 158 |
Huidige Versie | 1.3.3 |
Laatst Bijgewerkt | 2017-08-14 |
Publicatiedatum | 2017-08-14 |
Beoordeling | 3.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Joel Dare |
[email protected] | |
Betalingswijze | in_app |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Magis", "default_popup": "popup.html" }, "name": "Magis", "description": "Get more followers and increase user engagement on Instagram.", "homepage_url": "http:\/\/www.joeldare.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "https:\/\/www.instagram.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "instagram.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "version": "1.3.3", "manifest_version": 2 } |