SocialFlow

SocialFlow for Chrome.

Qu'est-ce que SocialFlow ?

SocialFlow est une extension Chrome développée par muhammad.aslam, et sa fonction principale est "SocialFlow for Chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SocialFlow

Téléchargez les fichiers d'extension SocialFlow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SocialFlow SocialFlow
ID fdlnbcmefokhbjgdbljhjhlpagmcajgn
URL Officiel https://chromewebstore.google.com/detail/socialflow/fdlnbcmefokhbjgdbljhjhlpagmcajgn
Description SocialFlow for Chrome.
Taille du Fichier 5.35 MB
Nombre d'Installations 113
Version Actuelle 3.2.15
Dernière Mise à Jour 2023-10-24
Date de Publication 2023-10-23
Développeur muhammad.aslam
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://piano.io/privacy-policy
Langues Prises en Charge 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"
}