LARIS - Official Account Automation

Easy broadcast and automation for Official Account

LARIS - Official Account Automation क्या है?

LARIS - Official Account Automation https://bionicprogram.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy broadcast and automation for Official Account"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LARIS - Official Account Automation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension will help you broadcast your message in the official LINE account without any monthly limit.

Or in other words...
You put a lot of effort into building an audience and gaining followers. You should be able to send any number of messages freely without any restrictions

What makes LARIS interesting?
-Unlimited broadcasting
-Support multiple LINE accounts
-Broadcast text, pictures, videos, stickers, coupons, documents, rich images, card
-Very easy to use
-Well-designed user interface
 
====
how to use:
1. Log in to LINE OA and enter the chat page
2. Click the "Broadcast" button or the LARIS extension icon
3. Choose an account
4. Prepare the message
5. Start broadcasting!
====

More support functions:
-Unlimited broadcasting
-Multiple administrators in 1 browser
-Speeding up broadcast segmentation method
-Chat filtering system
-Improved tag search
-Label visibility and coloring

Please visit our documentation site or contact us for direct assistance.
https://laris.bionicprogram.com/docs/

Disclaimer: Not affiliated with LINE.

We would like to clarify that our products are not affiliated with LINE Corporation. We do not use the LINE brand nor do we endorse it.                    

एक्सटेंशन की मूल जानकारी

नाम LARIS - Official Account Automation LARIS - Official Account Automation
ID hgnoecaneikfjlmbdchnhdkanfbdbpji
आधिकारिक URL https://chromewebstore.google.com/detail/laris-official-account-au/hgnoecaneikfjlmbdchnhdkanfbdbpji
विवरण Easy broadcast and automation for Official Account
फ़ाइल का आकार 1.72 MB
स्थापना संख्या 8,470
वर्तमान संस्करण 2.5.29
अंतिम अपडेट 2024-01-11
प्रकाशन तिथि 2020-06-18
रेटिंग 4.00/5 कुल 8 रेटिंग्स
डेवलपर https://bionicprogram.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://laris.bionicprogram.com
सहायता पृष्ठ URL https://laris.bionicprogram.com/docs
गोपनीयता नीति पृष्ठ URL https://bionicprogram.com/m/agreement/privacy-policy
समर्थित भाषाएँ en,th,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.5.29",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/account.line.biz\/*",
                "https:\/\/chat.line.biz\/*",
                "https:\/\/manager.line.biz\/*",
                "https:\/\/access.line.me\/*"
            ],
            "js": [
                "modules\/VHJCam8EennUBHyAcZUFKnk7dmJ2BcPv6bt7DeVAY7k8whQhuv.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/account.line.biz\/*",
                "https:\/\/access.line.me\/*"
            ],
            "js": [
                "modules\/J8fgHK8Eenfs19128F48FJosugJ2BcPv6bt7DeVAY7k8wiI84c.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/linevoom.line.me\/*"
            ],
            "js": [
                "modules\/GjHf8A4jgosJ1DIFh47KAnguoauguHf36bt7DD8DnIau4hf9gA.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/developers.line.biz\/*",
                "https:\/\/laris.bionicprogram.com\/flex-simulator\/*"
            ],
            "js": [
                "modules\/Ao493ngakkgFopa093dkd3io3F38fjsksd834kdjgtr93nsfhH.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/oaplus.line.biz\/*"
            ],
            "js": [
                "modules\/BfIf84Jgf7u5hALwpAorjksugb39AmauAShyduir93nsJf83bv.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "https:\/\/*.line.biz\/*",
        "https:\/\/*.line.me\/*",
        "https:\/\/*.bionicprogram.com\/*",
        "https:\/\/*.line-scdn.net\/*",
        "gcm",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "identity",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "OneSignal.js",
            "background.js"
        ],
        "persistent": true
    }
}