AutoYive - For YiveSites

Automation for Blog Creation and Posting for the YiveSites Blogging System

AutoYive - For YiveSites là gì?

AutoYive - For YiveSites là một tiện ích mở rộng Chrome được phát triển bởi Crowley.Link, và tính năng chính của nó là "Automation for Blog Creation and Posting for the YiveSites Blogging System".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AutoYive - For YiveSites

Tải xuống các tệp mở rộng AutoYive - For YiveSites dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        AutoYIVE for YiveSites allows you to create blogs quickly and easily in the YiveSites blog system.
Post to One, Multiple, or All Blogs with a single Entry.

Automate Creation & Posting To Your Own Private Blog Network (PBN) Like the Large SEO Firms & Expand Your Bottom Line.

Quickly and Easily Create Private Blog Network Sites in Minutes on Popular Platform YiveSites Completely Automated With AutoYIVE.

AutoYIVE Features:

- Create Blogs Simply Upload CSV with Blog Name and Description.

- Post to One, Many, Or All Blogs

- Post Videos to One, Many, Or All Blogs

- Use Spintax with the Title of the Posts or Video Post

- Use Spintax with the Body of the Posts or Video Post.

- Report After Creation of Blog Network

- Report After Posts Generation

- Report After Video Post Generation

Update 0.2.5
- Added ability to update ads on blogs through using a CSV.
- Fixed select all function on pages/posts

Update 0.2.4
- Fixed issue with Themes after update from YiveSites

Update 0.2.3
- Fixed issue with unable to obtain urls after blog posting after YiveSites update.

Update 0.2.2
- Fixed issue cacheing sites when loading the Chrome Extension
- Fixed issue obtaining blogs in thousands

Update 0.2.1
- Fixed issue with blog loading time
- Added limit on number of blogs creation to 25 per run.

Update 0.2.0
- Fixed issue with nested Spintax in Title
- You can now create Pages
- You can search by subdomain or name of blogs
- Update Custom Domains via CSV

Update 0.1.1
- Fixed changes on Yive Sites to obtaining urls in report
- Fixed issue of values not staying when closing popup. 

Update 0.1.0
- Added themes selection it also has search functionality like the blogs
- Added search functionality to Posts and Video Posts
- Added ability to select multiple images for thumbnails
- Added Category and Tags to Posting
- It now accepts optional subdomain from csv
name, subdomain, description is the new format                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AutoYive - For YiveSites AutoYive - For YiveSites
ID fjigmgnmmeeimkkbofonokjbcbllfpcg
URL Chính Thức https://chrome.google.com/webstore/detail/autoyive-for-yivesites/fjigmgnmmeeimkkbofonokjbcbllfpcg
Mô tả Automation for Blog Creation and Posting for the YiveSites Blogging System
Kích Thước Tệp 425 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.2.5
Cập Nhật Lần Cuối 2022-04-10
Ngày Phát Hành 2022-01-19
Nhà Phát Triển Crowley.Link
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://x-2.us/yive/
URL Trang Trợ Giúp https://x-2.us/yive/
URL Trang Chính Sách Bảo Mật https://crowley.link/legal
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoYive - For YiveSites",
    "version": "0.2.5",
    "description": "Automation for Blog Creation and Posting for the YiveSites Blogging System",
    "permissions": [
        "alarms",
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.yivesites.com\/*"
            ],
            "js": [
                ".\/js\/common.js",
                "contentScript.js"
            ],
            "css": [
                ".\/css\/tailwind.min.css"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": ".\/pages\/index\/index.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3
}