RiteForge

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

O que é RiteForge?

RiteForge é uma extensão do Chrome desenvolvida por https://riteforge.com, e sua principal característica é "Schedule remarkable posts with instant hashtags, emojis, GIFs and CTAs".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RiteForge

Baixe arquivos de extensão RiteForge no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome RiteForge RiteForge
ID ifhenecelemoiingiaipaicpnmkhiohn
URL Oficial https://chromewebstore.google.com/detail/riteforge/ifhenecelemoiingiaipaicpnmkhiohn
Descrição Schedule remarkable posts with instant hashtags, emojis, GIFs and CTAs
Tamanho do Arquivo 235 KB
Contagem de Instalações 1,019
Versão Atual 1.0.15
Última Atualização 2021-08-24
Data de Publicação 2020-04-17
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://riteforge.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://riteforge.com
URL da Página de Ajuda https://ritekit.com/help
URL da Página de Política de Privacidade https://ritekit.com/privacy
Idiomas Suportados 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'"
}