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文件

下載Socicake Inviter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}