RiteForge

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

RiteForge क्या है?

RiteForge https://riteforge.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule remarkable posts with instant hashtags, emojis, GIFs and CTAs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RiteForge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम RiteForge RiteForge
ID ifhenecelemoiingiaipaicpnmkhiohn
आधिकारिक URL https://chromewebstore.google.com/detail/riteforge/ifhenecelemoiingiaipaicpnmkhiohn
विवरण Schedule remarkable posts with instant hashtags, emojis, GIFs and CTAs
फ़ाइल का आकार 235 KB
स्थापना संख्या 1,019
वर्तमान संस्करण 1.0.15
अंतिम अपडेट 2021-08-24
प्रकाशन तिथि 2020-04-17
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर https://riteforge.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://riteforge.com
सहायता पृष्ठ URL https://ritekit.com/help
गोपनीयता नीति पृष्ठ URL https://ritekit.com/privacy
समर्थित भाषाएँ 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'"
}