Genius Invite

Genius Invite makes it simple and easy to invite your friends for your Groups or like your Pages

Genius Invite là gì?

Genius Invite là một tiện ích mở rộng Chrome được phát triển bởi edakehurst, và tính năng chính của nó là "Genius Invite makes it simple and easy to invite your friends for your Groups or like your Pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Genius Invite

Tải xuống các tệp mở rộng Genius Invite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Make it easy to invite Friends to your social media groups and Pages and automate a message to let them know why you have invited them and what the Group or Page is about.

This is an easy to set up extension, and is an officially authorized white label of Just Invite, a Chrome extension by Tier5.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Genius Invite Genius Invite
ID mnoekldnofkiblbmgdakgkdkbemlofkd
URL Chính Thức https://chromewebstore.google.com/detail/genius-invite/mnoekldnofkiblbmgdakgkdkbemlofkd
Mô tả Genius Invite makes it simple and easy to invite your friends for your Groups or like your Pages
Kích Thước Tệp 1.63 MB
Số Lần Cài Đặt 375
Phiên Bản Hiện Tại 1.0.33
Cập Nhật Lần Cuối 2023-12-26
Ngày Phát Hành 2022-05-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển edakehurst
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://edakehurst.kartra.com/page/GeniusInvite
URL Trang Trợ Giúp https://edakehurst.kartra.com/help/HelpDesk
URL Trang Chính Sách Bảo Mật https://geniusposts.io/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Genius Invite",
    "description": "Genius Invite makes it simple and easy to invite your friends for your Groups or like your Pages",
    "version": "1.0.33",
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_Invite-1653334023199-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_Invite-1653334023272-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_Invite-1653334023358-large_icon.png"
    },
    "action": {
        "default_title": "Genius Invite",
        "default_popup": "dashboard.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "lib\/jquery-3.5.1.min.js",
                "lib\/toastr.min.js",
                "lib\/moment.min.js",
                "js\/config.bundle.js",
                "js\/fb_invite_automation.bundle.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/invite_inj.css",
                "css\/toastr.min.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*",
        "*:\/\/*.kyubi.io\/api\/*",
        "*:\/\/*.justinvite.io\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg",
                "images\/*.gif"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'",
        "content_scripts": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    },
    "short_name": "GI"
}