RiteForge

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

Qu'est-ce que RiteForge ?

RiteForge est une extension Chrome développée par https://riteforge.com, et sa fonction principale est "Schedule remarkable posts with instant hashtags, emojis, GIFs and CTAs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RiteForge

Téléchargez les fichiers d'extension RiteForge au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom RiteForge RiteForge
ID ifhenecelemoiingiaipaicpnmkhiohn
URL Officiel https://chromewebstore.google.com/detail/riteforge/ifhenecelemoiingiaipaicpnmkhiohn
Description Schedule remarkable posts with instant hashtags, emojis, GIFs and CTAs
Taille du Fichier 235 KB
Nombre d'Installations 1,019
Version Actuelle 1.0.15
Dernière Mise à Jour 2021-08-24
Date de Publication 2020-04-17
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://riteforge.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://riteforge.com
URL de la Page d'Aide https://ritekit.com/help
URL de la Page de Politique de Confidentialité https://ritekit.com/privacy
Langues Prises en Charge 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'"
}