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 là gì?

Socicake Inviter là một tiện ích mở rộng Chrome được phát triển bởi SnapiLABs, và tính năng chính của nó là "Socicake Inviter allows you to convert facebook posts likes into page likes by mass inviting post likers to like your fan page.".

Ả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 Socicake Inviter

Tải xuống các tệp mở rộng Socicake Inviter 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

                        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.                    

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

Tên Socicake Inviter Socicake Inviter
ID pfhndgndaihlfcloapnhkchefgojdild
URL Chính Thức https://chromewebstore.google.com/detail/socicake-inviter/pfhndgndaihlfcloapnhkchefgojdild
Mô tả Socicake Inviter allows you to convert facebook posts likes into page likes by mass inviting post likers to like your fan page.
Kích Thước Tệp 68.9 KB
Số Lần Cài Đặt 1,707
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-11-29
Ngày Phát Hành 2018-11-23
Đánh Giá 2.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển SnapiLABs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://socicake.com/
URL Trang Trợ Giúp https://support.socicake.com
Ngôn Ngữ Được Hỗ Trợ 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"
}