Magis

Get more followers and increase user engagement on Instagram.

Magisคืออะไร?

Magis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joel Dare และคุณลักษณะหลักของมันคือ "Get more followers and increase user engagement on Instagram."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magis

ดาวน์โหลดไฟล์ส่วนขยาย Magis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Magis Magis
ID kahkfpeemmmjcbkffjmebbgkdmjglobi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/magis/kahkfpeemmmjcbkffjmebbgkdmjglobi
คำอธิบาย Get more followers and increase user engagement on Instagram.
ขนาดไฟล์ 97.87 KB
จำนวนการติดตั้ง 158
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2017-08-14
วันที่เผยแพร่ 2017-08-14
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Joel Dare
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ 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
}