SocialFlow

SocialFlow for Chrome.

Was ist SocialFlow?

SocialFlow ist eine Chrome-Erweiterung, die von muhammad.aslam entwickelt wurde, und ihr Hauptmerkmal ist "SocialFlow for Chrome.".

Erweiterungsscreenshots

screenshot

SocialFlow-Erweiterungs-CRX-Datei herunterladen

Laden Sie SocialFlow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Grow and engage your audience through real-time data and machine-learning optimization, guiding your content to just the right place in the social conversation.                    

Grundlegende Informationen zur Erweiterung

Name SocialFlow SocialFlow
ID fdlnbcmefokhbjgdbljhjhlpagmcajgn
Offizielle URL https://chromewebstore.google.com/detail/socialflow/fdlnbcmefokhbjgdbljhjhlpagmcajgn
Beschreibung SocialFlow for Chrome.
Dateigröße 5.35 MB
Installationsanzahl 113
Aktuelle Version 3.2.15
Letztes Update 2023-10-24
Veröffentlichungsdatum 2023-10-23
Entwickler muhammad.aslam
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://piano.io/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/ext\/background.js"
    },
    "action": {
        "default_icon": "assets\/img\/icon_19.png",
        "default_popup": "socialflow.html#\/composition",
        "default_title": "SocialFlow"
    },
    "content_scripts": [
        {
            "js": [
                "js\/ext\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "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": 3,
    "name": "SocialFlow",
    "options_page": "socialflow.html#\/options",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "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"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "version": "3.2.15"
}