Crowdfire

Crowdfire

Qu'est-ce que Crowdfire ?

Crowdfire est une extension Chrome développée par https://crowdfireapp.com, et sa fonction principale est "Crowdfire".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Crowdfire 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

                        Post to all your social media accounts profiles at once. Just sign in with your existing accounts and start sharing.

KEY FEATURES

+ Create and share posts from any tab directly from the toolbar icon.

+ Share posts immediately, schedule for a specific time or choose “Best Time” and Crowdfire will share your post at a time when your followers tend to be most active.

+ Right click on any web page, image or selected text to easily share specific content.                    

Informations de Base sur l'Extension

Nom Crowdfire Crowdfire
ID jgnbklefkgedfbpjebhjgibfnobjcbli
URL Officiel https://chromewebstore.google.com/detail/crowdfire/jgnbklefkgedfbpjebhjgibfnobjcbli
Description Crowdfire
Taille du Fichier 13.57 MB
Nombre d'Installations 3,404
Version Actuelle 6.5.3
Dernière Mise à Jour 2021-09-28
Date de Publication 2020-03-19
Évaluation 3.53/5 Total 80 Évaluations
Développeur https://crowdfireapp.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.crowdfireapp.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crowdfire",
    "description": "Crowdfire",
    "version": "6.5.3",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "scripts\/init.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "scripts\/content-twitter.js"
            ],
            "css": [
                "styles\/content-twitter.css"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "*.png",
        "*.html",
        "*.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self';"
}