Instasilo

InstaSilo allows you manage your Instagram messages

Instasiloคืออะไร?

Instasilo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jamiu Oloyede และคุณลักษณะหลักของมันคือ "InstaSilo allows you manage your Instagram messages"

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

screenshot
screenshot
screenshot

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

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

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

                        Instasilo lets you use tags to manage and organize your Instagram conversations and leads.

It is easy to install from the Google Chrome store, just click on the instasilo extension on your chrome extensions tab and select Instasilo to use the extension.

Instasilo also allows you to make custom templates that you can specifically tailored to certain category of tagged users as you wish. The extension allows you send mass messages to your tagged followers too.

Main features of Instasilo include:

• Create custom tags
• Add followers of your choise to your tags
• Create custom templates
• Send bulk messages to your templates
• Set randomize delays to prevent being flagged by Instagram

Disclaimer: Instasilo is not affiliated to Instagram in any way or form.

Get started today! Install Instasilo from the Chrome store                    

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

ชื่อ Instasilo Instasilo
ID apookjmlpkipbhmgbhphomklcemekmln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instasilo/apookjmlpkipbhmgbhphomklcemekmln
คำอธิบาย InstaSilo allows you manage your Instagram messages
ขนาดไฟล์ 1.89 MB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 2.1.12
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2021-08-20
ผู้พัฒนา Jamiu Oloyede
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://chatsilo.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Instasilo",
    "short_name": "Instasilo",
    "version": "2.1.12",
    "description": "InstaSilo allows you manage your Instagram messages",
    "background": {
        "service_worker": "background\/bg-loader.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "author": "Trigvent",
    "action": {
        "browser_style": false,
        "default_title": "Instasilo",
        "default_popup": "\/index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "alarms",
        "webRequest",
        "*:\/\/*.instagram.com\/*"
    ],
    "host_permissions": [
        "https:\/\/api.instasilo.com\/",
        "*:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.business.facebook.com\/latest\/inbox\/instagram_direct*"
            ],
            "js": [
                "assets\/js\/jquery-3.4.1.min.js",
                "\/config.js",
                "content\/content_script.js",
                "content\/index.global.js",
                "assets\/js\/toastr.min.js",
                "injected.js",
                "content\/profile_content_script.js"
            ],
            "css": [
                "assets\/css\/toastr.min.css",
                "assets\/css\/content_script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ]
}