SocialFlow

SocialFlow for Chrome.

Apa itu SocialFlow?

SocialFlow adalah ekstensi Chrome yang dikembangkan oleh SocialFlow, dan fitur utamanya adalah "SocialFlow for Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SocialFlow

Unduh file ekstensi SocialFlow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The Chrome plugin for SocialFlow allows you to share and optimize content instantly, right from within your browser.

* Message to several different social accounts at once 

* Optimize messages from the page you are on

* Upload Images 

* Add Labels

* Set parameters for each item you publish

* Set default plugin options

* Configure Facebook Targeting

* Image Posts

* Emoji Keyboard                    

Informasi Dasar Ekstensi

Nama SocialFlow SocialFlow
ID ganlahekjhhcpejdceljeppjkpcpeflb
URL Resmi https://chrome.google.com/webstore/detail/ganlahekjhhcpejdceljeppjkpcpeflb
Deskripsi SocialFlow for Chrome.
Ukuran File 5.35 MB
Jumlah Instalasi 1,879
Versi Saat Ini 3.2.15
Terakhir Diperbarui 2022-03-23
Tanggal Publikasi 2020-06-11
Penilaian 4.85/5 Total 13 Penilaian
Pengembang SocialFlow
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.socialflow.com
URL Halaman Kebijakan Privasi https://www.socialflow.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/ext\/oauth\/chrome_ex_oauthsimple.js",
            "js\/ext\/oauth\/chrome_ex_oauth.js",
            "js\/ext\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon_19.png",
        "default_popup": "socialflow.html#\/composition",
        "default_title": "SocialFlow"
    },
    "content_scripts": [
        {
            "js": [
                "js\/ext\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "SocialFlow for Chrome.",
    "homepage_url": "http:\/\/www.socialflow.com",
    "icons": {
        "128": "assets\/img\/icon_128.png",
        "16": "assets\/img\/icon_16.png",
        "48": "assets\/img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "SocialFlow",
    "options_page": "socialflow.html#\/options",
    "permissions": [
        "background",
        "tabs",
        "http:\/\/api.socialflow.com\/*",
        "http:\/\/qa.socialflow.com:8080\/*",
        "http:\/\/app.socialflow.com\/oauth\/request_token",
        "http:\/\/app.socialflow.com\/oauth\/authorize",
        "http:\/\/app.socialflow.com\/oauth\/access_token"
    ],
    "web_accessible_resources": [
        "chrome_ex_oauth.html",
        "js\/ext\/oauth\/chrome_ex_oauthsimple.js",
        "js\/ext\/oauth\/chrome_ex_oauth.js",
        "js\/ext\/redirect.js",
        "socialflow.html",
        "socialflow.html#\/options"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js http:\/\/localhost:35729\/livereload.js; object-src 'self'",
    "version": "3.2.15"
}