Socicake Inviter

Socicake Inviter allows you to convert facebook posts likes into page likes by mass inviting post likers to like your fan page.

Socicake Inviter란 무엇입니까?

Socicake Inviter은(는) SnapiLABs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Socicake Inviter allows you to convert facebook posts likes into page likes by mass inviting post likers to like your fan page."입니다.

확장 프로그램 스크린샷

screenshot

Socicake Inviter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        After people like your page good things happen. Facebook starts showing to them your new posts, which brings more likes and shares, and possibly creating viral loop snowball. More people seeing posts also means more people commenting and clicking, which in turn allows you to build a list and make profits.

While you can invite people who liked posts manually, one by one, it could be extremely time consuming to do every day. Socicake Inviter extension adds “Invite All” button to Facebook page in your browser. All you need to do is to click that button and let software do the work.                    

확장 프로그램 기본 정보

이름 Socicake Inviter Socicake Inviter
ID pfhndgndaihlfcloapnhkchefgojdild
공식 URL https://chromewebstore.google.com/detail/socicake-inviter/pfhndgndaihlfcloapnhkchefgojdild
설명 Socicake Inviter allows you to convert facebook posts likes into page likes by mass inviting post likers to like your fan page.
파일 크기 68.9 KB
설치 횟수 1,707
현재 버전 1.0.2
최근 업데이트 2022-11-29
출시 날짜 2018-11-23
평점 2.11/5 총 9 개의 평점
개발자 SnapiLABs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://socicake.com/
도움말 페이지 URL https://support.socicake.com
지원되는 언어 en
manifest.json
{
    "name": "Socicake Inviter",
    "description": "Socicake Inviter allows you to convert facebook posts likes into page likes by mass inviting post likers to like your fan page.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Socicake Inviter"
    },
    "permissions": [
        "notifications",
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "plugins\/jquery.min.js",
                "plugins\/rx.lite.min.js",
                "scripts\/contents.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "version": "1.0.2"
}