LOYAL AI: AI-Powered Content Optimization

Ai-powered news classification, search and content optimization.

LOYAL AI: AI-Powered Content Optimization क्या है?

LOYAL AI: AI-Powered Content Optimization https://www.loyal.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ai-powered news classification, search and content optimization."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        LOYAL AI: Power Your Teams Content Optimization

✔  Named Entity Recognition (NER) analysis on large content archives
Analyze your news archives and understand the topics, categories and subcategories.

✔  Automate linking for SEO
AI-powered link recommendation to automate mundane editorial & SEO tasks. Internal linking, automated.

✔  SEO Admin Management
Integrate your Google Search Console and say goodbye to spreadsheets when managing your high value evergreen, hub, and article pages.

✔  Identify trending news from 600+ trusted sources
LOYAL analyzes your text and automatically matches relevant news articles to your story topics. External linking and research, automated.

✔  Multi-archive Management
Easily search, manage and link to multiple publishing brand archives via one platform.

✔  Team Collaboration
Easily share your key articles and linking strategies between editorial and SEO teams to speed up decision-making.

✔  Boards
Unlimited private and shareable boards to save your go-to-articles, fully editable.

✔  SEO Article Metrics
SEO performance metrics for data-driven decision-making.

✔  Advanced Filtering
Filter your results by time or relevance quickly and easily.

For more information, please visit https://loyal.ai/.                    

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

नाम LOYAL AI: AI-Powered Content Optimization LOYAL AI: AI-Powered Content Optimization
ID njfdmddpefgaongnkjdlamfmlonbamoj
आधिकारिक URL https://chromewebstore.google.com/detail/loyal-ai-ai-powered-conte/njfdmddpefgaongnkjdlamfmlonbamoj
विवरण Ai-powered news classification, search and content optimization.
फ़ाइल का आकार 1.07 MB
स्थापना संख्या 396
वर्तमान संस्करण 6.0.0.11
अंतिम अपडेट 2023-05-18
प्रकाशन तिथि 2021-03-02
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर https://www.loyal.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://loyal.ai/
सहायता पृष्ठ URL https://loyal.ai/help-desk/
गोपनीयता नीति पृष्ठ URL https://loyal.ai/loyal-ai-privacy-and-cookie-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LOYAL AI: AI-Powered Content Optimization",
    "description": "Ai-powered news classification, search and content optimization.",
    "version": "6.0.0.11",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/favicon-16.png",
        "38": "assets\/favicon-48.png",
        "128": "assets\/favicon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/favicon-16.png",
                "assets\/favicon-48.png",
                "assets\/favicon-128.png"
            ],
            "matches": [
                "https:\/\/*.loyal.ai\/*",
                ""
            ]
        },
        {
            "resources": [
                "InjectableScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "LOYAL AI: AI-Powered Content Optimization"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "loaders\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "workers\/background.js"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.loyalai.app\/",
        "https:\/\/loyalai.app\/",
        "http:\/\/localhost:8081\/"
    ],
    "homepage_url": "https:\/\/loyal.ai\/"
}