SocialFlow

SocialFlow for Chrome.

SocialFlow là gì?

SocialFlow là một tiện ích mở rộng Chrome được phát triển bởi muhammad.aslam, và tính năng chính của nó là "SocialFlow for Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SocialFlow

Tải xuống các tệp mở rộng SocialFlow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SocialFlow SocialFlow
ID fdlnbcmefokhbjgdbljhjhlpagmcajgn
URL Chính Thức https://chromewebstore.google.com/detail/socialflow/fdlnbcmefokhbjgdbljhjhlpagmcajgn
Mô tả SocialFlow for Chrome.
Kích Thước Tệp 5.35 MB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 3.2.15
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2023-10-23
Nhà Phát Triển muhammad.aslam
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://piano.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}