Blog2Social: Social Media Poster Extension

Curate & Collect: Share content on your Facebook, Twitter & LinkedIn profiles or save & collect the links in your Blog2Social WebApp

Τι είναι το Blog2Social: Social Media Poster Extension;

Το Blog2Social: Social Media Poster Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.blog2social.com, και η κύρια λειτουργία του είναι "Curate & Collect: Share content on your Facebook, Twitter & LinkedIn profiles or save & collect the links in your Blog2Social WebApp".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Blog2Social: Social Media Poster Extension

Λήψη αρχείων επέκτασης Blog2Social: Social Media Poster Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Click on the Blog2Social button in your browser to directly share or collect content you stumbled upon while browsing.

Use the Extension for:
•Customized Auto-Posting: Connect and post to your profiles on Facebook, Twitter, and LinkedIn with just one click. Tailor your posts and add comments, tags, hashtags, handles, or emojis for each social network.
•Content Curation: Have you stumbled upon an exciting article you would like to share with your followers? Click on the Blog2Social button and share content the moment you discover it.
•Collecting Content: You don’t have time to share a post right now? Save any post or link as a draft to your WordPress blog or your Blog2Social WebApp account.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Blog2Social: Social Media Poster Extension Blog2Social: Social Media Poster Extension
ID hobhidjecjjgknjpnclnmfgkajdjlaml
Επίσημο URL https://chromewebstore.google.com/detail/blog2social-social-media/hobhidjecjjgknjpnclnmfgkajdjlaml
Περιγραφή Curate & Collect: Share content on your Facebook, Twitter & LinkedIn profiles or save & collect the links in your Blog2Social WebApp
Μέγεθος Αρχείου 1.3 MB
Αριθμός Εγκαταστάσεων 5,272
Τρέχουσα Έκδοση 1.5.8
Τελευταία Ενημέρωση 2022-09-16
Ημερομηνία Δημοσίευσης 2020-12-20
Αξιολόγηση 2.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.blog2social.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.blog2social.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.blog2social.com/en/faq
URL της Σελίδας Πολιτικής Απορρήτου https://www.adenion.de/privacy-policy
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blog2Social: Social Media Poster Extension",
    "short_name": "Blog2Social",
    "description": "Curate & Collect: Share content on your Facebook, Twitter & LinkedIn profiles or save & collect the links in your Blog2Social WebApp",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.blog2social.com\/",
    "version": "1.5.8",
    "icons": {
        "128": "assets\/images\/icons\/icon128.png",
        "48": "assets\/images\/icons\/icon48.png",
        "16": "assets\/images\/icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "assets\/images\/icons\/*"
    ],
    "background": {
        "scripts": [
            "onInstalled.js",
            "main.js",
            "\/webapp\/b.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "jquery-3.3.1.min.js",
                "readDOM.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.blog2social.com\/*",
                "https:\/\/*.blog2social.com\/*",
                "http:\/\/*\/*blog2social-network*",
                "https:\/\/*\/*blog2social-network*",
                "http:\/\/*\/*blog2social-ship*",
                "https:\/\/*\/*blog2social-ship*"
            ],
            "all_frames": false,
            "run_at": "document_idle",
            "js": [
                "\/webapp\/c.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.blog2social.com\/*"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/icons\/button.png",
        "default_title": "Blog2Social"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies"
    ]
}