Rapid Page Invite

Rapid Page Invite helps you to invite your Facebook friends to your group or like your page.

Rapid Page Invite란 무엇입니까?

Rapid Page Invite은(는) Justin Muir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rapid Page Invite helps you to invite your Facebook friends to your group or like your page."입니다.

확장 프로그램 스크린샷

screenshot

Rapid Page Invite 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Rapid Page Invite quickly invites your friends to your Groups or to like your Pages.

Make it easy to invite friends to your social media groups and pages.

If you want to send them a direct message, you can automate that personal message to let them know why you have invited them and what the group or page is all about.                    

확장 프로그램 기본 정보

이름 Rapid Page Invite Rapid Page Invite
ID ekoakmfgemahohlhgbmodkaaigmbkoef
공식 URL https://chrome.google.com/webstore/detail/rapid-page-invite/ekoakmfgemahohlhgbmodkaaigmbkoef
설명 Rapid Page Invite helps you to invite your Facebook friends to your group or like your page.
파일 크기 1.59 MB
설치 횟수 38
현재 버전 1.0.20
최근 업데이트 2022-07-31
출시 날짜 2022-06-30
평점 5.00/5 총 1 개의 평점
개발자 Justin Muir
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.geniusresellerprogram.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rapid Page Invite",
    "description": "Rapid Page Invite helps you to invite your Facebook friends to your group or like your page.",
    "version": "1.0.20",
    "icons": {
        "16": "images\/60b4b8ebcf079d01363fbeb9-Rapid_Page_Invite-1655770306888-small_icon.png",
        "48": "images\/60b4b8ebcf079d01363fbeb9-Rapid_Page_Invite-1655770306973-medium_icon.png",
        "128": "images\/60b4b8ebcf079d01363fbeb9-Rapid_Page_Invite-1655770307044-large_icon.png"
    },
    "action": {
        "default_title": "Rapid Page 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\/*"
    ],
    "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": "RPI"
}