Fedica

Fedica extension

Fedica là gì?

Fedica là một tiện ích mở rộng Chrome được phát triển bởi https://fedica.com, và tính năng chính của nó là "Fedica extension".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Fedica 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

                        The Fedica extension allows Fedica users to use advanced AI-driven publishing abilities from Fedica anywhere on the internet. Reading something cool? Share your thoughts in an instant. Schedule tweets, retweets, replies, Facebook, Mastodon, or LinkedIn posts without having to visit fedica.com 

Ever wondered how you can tweet and share content right from where you actually see the content - and at the best times for your Audience? Our new browser extensions for Chrome does just that. It will improve your experience and increase engagement with little effort. 
 
The Fedica extension will plug your posts, tweets, retweets, or any shareable twitter, Facebook, Mastodon or LinkedIn content right into your calendar. Fedia will then post it automatically when your audience is online, or at the schedule you have defined. 
 
This Chrome extension plugs your content in a categorized way in an Intelligent calendar where you can keep all your content for multiple platforms organized across the web - right from X (Formerly Twitter)or from any web page you are on! 
 
There are three ways you can schedule your content: 
 
1. Retweets & Replies. You can retweet and reply with threads and polls right from X (Twitter) itself. Fedica will then schedule the retweets into your calendar and post them automatically at your schedule, or instantly. 
 
2. New Posts. Post new content right from X (Twitter) or from any page by clicking on the Fedica extension button. Fedica will plug your posts into your calendar and publish them later on X (Twitter), Facebook, Mastodon, LinkedIn, Instagram or Bluesky! 
 
3. Blogs and content. Click the Fedica extension button for the content you want to share. Fedica will plug the content into your calendar and post at the scheduled time. 
 
Enjoy the Fedica for Chrome extension: Tweet, share content, and retweet from any site - at the best time to post for your audience. We will take care of the rest.                    

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

Tên Fedica Fedica
ID llfdnnkihahaibgllhphefhdoinkdjdf
URL Chính Thức https://chromewebstore.google.com/detail/fedica/llfdnnkihahaibgllhphefhdoinkdjdf
Mô tả Fedica extension
Kích Thước Tệp 28.61 KB
Số Lần Cài Đặt 14,419
Phiên Bản Hiện Tại 2.01
Cập Nhật Lần Cuối 2023-10-03
Ngày Phát Hành 2019-08-06
Đánh Giá 3.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://fedica.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fedica.com/
URL Trang Trợ Giúp https://fedica.com/info/contact
URL Trang Chính Sách Bảo Mật https://fedica.com/account/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fedica",
    "version": "2.01",
    "description": "Fedica extension",
    "homepage_url": "https:\/\/fedica.com",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "55.0"
        }
    },
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Fedica",
        "default_icon": {
            "48": "images\/icon48.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "popup.css",
                "twitter.css"
            ],
            "js": [
                "popup.js",
                "twitter.js",
                "tweepsmap.js"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": []
}