TweetsMash

Elevate Twitter Bookmarks into insights for creators & pros

TweetsMash là gì?

TweetsMash là một tiện ích mở rộng Chrome được phát triển bởi Gigahertz Innovations, và tính năng chính của nó là "Elevate Twitter Bookmarks into insights for creators & pros".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Unlock the wisdom from your Twitter bookmarks with the Tweetsmash Chrome Extension. Seamlessly import and manage your Twitter bookmarks and folders, gaining full access to Tweetsmash's premium features.

KEY FEATURES
- One-click Import: Easily sync your Twitter bookmarks, from the earliest to the most recent, directly into the Tweetsmash web app.
- Automatic Organization: Export your Twitter Blue Bookmarks folders and ensure any new bookmarks are auto-synced with the extension installed.
- Smart Digests: Revisit your bookmarks through personalized email digests.
- AI-Powered Interactions: Engage with your saved content using advanced AI chat capabilities.
- Enhanced Search: Quickly find the information you need with powerful search tools.
- Productivity Integrations: Auto-export to Notion, Google Sheets, and Zotero for an efficient workflow integration.
- Comprehensive Content: Access threads, media, and replies to ensure you don't miss a beat.

HOW IT WORKS:
- Just click 'Add to Chrome' to instantly import all your Twitter bookmarks & folders into Tweetsmash and start using its features.
- Your bookmarks are synced periodically. You can also manually initiate a sync by looking for the 'Sync to Tweetsmash' button on the Bookmarks page.

PRIVACY COMMITMENT:
Your trust is paramount. The Tweetsmash extension processes only bookmark data from your Twitter account. We ensure no other sensitive details are transferred or stored on our servers.                    

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

Tên TweetsMash TweetsMash
ID fmjgfjanmcbhpmlemahbnfehjoboopce
URL Chính Thức https://chromewebstore.google.com/detail/tweetsmash/fmjgfjanmcbhpmlemahbnfehjoboopce
Mô tả Elevate Twitter Bookmarks into insights for creators & pros
Kích Thước Tệp 153 KB
Số Lần Cài Đặt 940
Phiên Bản Hiện Tại 0.3.3.2
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2024-02-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Gigahertz Innovations
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tweetsmash.com
URL Trang Chính Sách Bảo Mật https://www.tweetsmash.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "TweetsMash",
    "name": "TweetsMash",
    "description": "Elevate Twitter Bookmarks into insights for creators & pros",
    "version": "0.3.3.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "permissions": [
        "webRequest",
        "declarativeNetRequest",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/",
        "https:\/\/api.twitter.com\/"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.inject-8bfb2477-84321beb.js",
                "assets\/content-script-loader.index.jsx-3c6c0a9e-3253a61f.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "css": [
                "assets\/index-8a4bf2d2.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.inject.js-69acd6f3-25cd055e.js"
            ],
            "matches": [
                "https:\/\/www.tweetsmash.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "icon.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/browser-polyfill-244477e5.js",
                "assets\/bookmarks-2668b377.js",
                "assets\/sync-62bc856f.js",
                "assets\/inject-8bfb2477.js",
                "assets\/index.jsx-3c6c0a9e.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.tweetsmash.com\/*"
            ],
            "resources": [
                "assets\/browser-polyfill-244477e5.js",
                "assets\/inject.js-69acd6f3.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}