Socicake Inviter

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

Cos'è Socicake Inviter?

Socicake Inviter è un'estensione di Chrome sviluppata da SnapiLABs, e la sua funzione principale è "Socicake Inviter allows you to convert facebook posts likes into page likes by mass inviting post likers to like your fan page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Socicake Inviter

Scarica i file di estensione Socicake Inviter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Socicake Inviter Socicake Inviter
ID pfhndgndaihlfcloapnhkchefgojdild
URL Ufficiale https://chromewebstore.google.com/detail/socicake-inviter/pfhndgndaihlfcloapnhkchefgojdild
Descrizione Socicake Inviter allows you to convert facebook posts likes into page likes by mass inviting post likers to like your fan page.
Dimensione del File 68.9 KB
Conteggio Installazioni 1,707
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-11-29
Data di Pubblicazione 2018-11-23
Valutazione 2.11/5 Totale 9 Valutazioni
Sviluppatore SnapiLABs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://socicake.com/
URL della Pagina di Aiuto https://support.socicake.com
Lingue Supportate 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"
}