RiteForge

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

Cos'è RiteForge?

RiteForge è un'estensione di Chrome sviluppata da https://riteforge.com, e la sua funzione principale è "Schedule remarkable posts with instant hashtags, emojis, GIFs and CTAs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RiteForge

Scarica i file di estensione RiteForge in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome RiteForge RiteForge
ID ifhenecelemoiingiaipaicpnmkhiohn
URL Ufficiale https://chromewebstore.google.com/detail/riteforge/ifhenecelemoiingiaipaicpnmkhiohn
Descrizione Schedule remarkable posts with instant hashtags, emojis, GIFs and CTAs
Dimensione del File 235 KB
Conteggio Installazioni 1,019
Versione Corrente 1.0.15
Ultimo Aggiornamento 2021-08-24
Data di Pubblicazione 2020-04-17
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://riteforge.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://riteforge.com
URL della Pagina di Aiuto https://ritekit.com/help
URL della Pagina della Politica sulla Privacy https://ritekit.com/privacy
Lingue Supportate 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'"
}