RiteBoost

Improve the ROI of your posts with one click, right in your favorite scheduling tool.

RiteBoost क्या है?

RiteBoost https://riteboost.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve the ROI of your posts with one click, right in your favorite scheduling tool."।

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

screenshot

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

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

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

                        Enhance your posts with hashtags, emoji, GIFs and CTAs on links in a single click.

HOW IT’S DONE:

1/ Enhance button available right inside Twitter, Facebook, Buffer and Hootsuite

2/ Right-click menu for Enhancing posts on any other site

TOP TOOLS:

1/ Auto-hashtag
Auto-hashtag your posts with hashtags that are both relevant and currently trending.

2/ Auto-emojify
Automatically add relevant emojis to your post.

3/ Extract images from links
Automatically attach an image extracted from meta tags in a link in your post.

4/ Create image/GIF from template
Automatically create beautiful images from text of your post

5/ Shorten link with CTA
Automatically shorten links with a button, image or video CTA. 

6/ Append author's Twitter handle (when possible)
Automatically @mention author of an article extracted from link meta data.                    

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

नाम RiteBoost RiteBoost
ID flookmlccbimcdpnbblpdjhpmjlblfgg
आधिकारिक URL https://chromewebstore.google.com/detail/riteboost/flookmlccbimcdpnbblpdjhpmjlblfgg
विवरण Improve the ROI of your posts with one click, right in your favorite scheduling tool.
फ़ाइल का आकार 276 KB
स्थापना संख्या 5,412
वर्तमान संस्करण 4.5.21
अंतिम अपडेट 2021-08-24
प्रकाशन तिथि 2020-04-16
रेटिंग 4.19/5 कुल 81 रेटिंग्स
डेवलपर https://riteboost.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.riteboost.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": "RiteBoost",
    "short_name": "RiteBoost",
    "description": "Improve the ROI of your posts with one click, right in your favorite scheduling tool.",
    "version": "4.5.21",
    "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": "RiteBoost"
    },
    "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\/riteboost.css"
            ],
            "js": [
                "js\/riteboost.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/twitter.com\/intent*"
            ],
            "js": [
                "js\/twitter.js"
            ]
        },
        {
            "matches": [
                "*:\/\/twitter.com\/intent*"
            ],
            "js": [
                "js\/twitter-intent.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.buffer.com\/*"
            ],
            "js": [
                "js\/riteboost.js",
                "js\/buffer.js"
            ],
            "css": [
                "css\/riteboost.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.sendible.com\/*"
            ],
            "js": [
                "js\/sendible.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.hootsuite.com\/*"
            ],
            "js": [
                "js\/hootsuite.js"
            ],
            "all_frames": true
        }
    ],
    "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'"
}