RiteForge

Schedule remarkable posts with instant hashtags, emojis, GIFs and CTAs

RiteForge là gì?

RiteForge là một tiện ích mở rộng Chrome được phát triển bởi https://riteforge.com, và tính năng chính của nó là "Schedule remarkable posts with instant hashtags, emojis, GIFs and CTAs".

Ả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 RiteForge

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

                        RiteForge Composer helps social media marketers create remarkable posts in seconds.

TOP TOOLS

1/ Right-click selected text on any page to share great looking animated GIFs 

2/ Instantly auto-hashtag or auto-emoji your post with the Enhance button

3/ Quickly design animated text GIFs

4/ Add Call-To-Actions to your links 

5/ Get Hashtag Suggestions from any word or hashtag                    

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

Tên RiteForge RiteForge
ID ifhenecelemoiingiaipaicpnmkhiohn
URL Chính Thức https://chromewebstore.google.com/detail/riteforge/ifhenecelemoiingiaipaicpnmkhiohn
Mô tả Schedule remarkable posts with instant hashtags, emojis, GIFs and CTAs
Kích Thước Tệp 235 KB
Số Lần Cài Đặt 1,019
Phiên Bản Hiện Tại 1.0.15
Cập Nhật Lần Cuối 2021-08-24
Ngày Phát Hành 2020-04-17
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://riteforge.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://riteforge.com
URL Trang Trợ Giúp https://ritekit.com/help
URL Trang Chính Sách Bảo Mật https://ritekit.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RiteForge",
    "short_name": "RiteForge",
    "description": "Schedule remarkable posts with instant hashtags, emojis, GIFs and CTAs",
    "version": "1.0.15",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png",
        "256": "img\/icon-256.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "RiteForge Composer"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "img\/*",
        "fonts\/*",
        "js\/libs\/*",
        "html\/*",
        "js\/*",
        "css\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.ritetag.com\/hootsuite\/app*",
                "*:\/\/*.ritetag.com\/hootsuite\/optimize*"
            ],
            "css": [
                "css\/riteforge.css"
            ],
            "js": [
                "js\/riteforge.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.riteforge.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}