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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Socicake Inviter allows you to convert facebook posts likes into page likes by mass inviting post likers to like your fan page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Socicake Inviter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}