Peritus Assistant

Peritus Assistant for AI driven recommendations

Peritus Assistantคืออะไร?

Peritus Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peritus.ai และคุณลักษณะหลักของมันคือ "Peritus Assistant for AI driven recommendations"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Peritus Assistant

ดาวน์โหลดไฟล์ส่วนขยาย Peritus Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Faster Answers for Cloud-Native Questions
Instant recommendations from communities and trusted content as you view forum posts.
--------
The Peritus Assistant for Chrome is free forever for individual users.
NO LOGIN REQUIRED!

By installing this extension, you agree to Peritus Terms and Conditions (www.peritus.ai/termsofservice) and acknowledge that you have read Peritus' Privacy Policy.   
--------
Developers spend hours on community forums looking for answers from experts they trust. But typically only 20% of posts are ever answered and responses are quickly out of step with the latest advice from industry experts and vendors.

The Peritus Assistant provides you with instant recommendations of the best answers, content, and experts that match forum posts as you view them. Our recommendations are continuously sourced from StackOverflow, GitHub, Slack, and vendor communities as well as all trusted published content. We analyze the entire context of the question to concisely summarize recommendations and let you click-through to the right location within the source content. 

Our mission is to help a growing community of over 6 million cloud-native developers find answers faster and post forum responses to boost their industry reputations.
--------
[Supported Community Forums]
*The Peritus Assistant is currently compatible with all Chromium browsers and forums hosted on Stack Overflow, Discourse, and Lithium platforms. 
* Recommendations are available for over 20 cloud-native community forums including: Kubernetes, Helm, Docker, Istio, Rancher, Harbor, Argo, OpenShift, VMware Tanzu, Google Kubernetes Engine, Azure Kubernetes Engine, Ngnix, RedHat Ansible, Consul, Elastic, MongoDB, Alteryx, Kafka, DynamoDB, Redis, Databricks, Snowflake, Cloudera, and CISCO 
* Users can request support for a new forum or tag via the Peritus Assistant.
--------
[Installation Tips]
 * On "Site Access", if you enabled Peritus Assistant with "On specific sites", add the following 
 ** "https://*.peritus.ai/*" (without the quotes) to permit Sign In.
 ** All the websites where you wish to make use of the Assistant.
 * If you use an ad-blocker, please make sure to add "https://*.getsitecontrol.com" (without quotes) to the approved list in order to submit feedback and any feature requests.

[Paid Subscriptions]
 * The Peritus Assistant can be used for private communities hosted on Stack Overflow Teams, Lithium, Discourse, and Slack with a paid team subscription. Contact us for more information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Peritus Assistant Peritus Assistant
ID jgicnepnalmfebeoolhndbmllmbamafd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/peritus-assistant/jgicnepnalmfebeoolhndbmllmbamafd
คำอธิบาย Peritus Assistant for AI driven recommendations
ขนาดไฟล์ 482 KB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 0.0.57
อัปเดตครั้งล่าสุด 2022-06-01
วันที่เผยแพร่ 2021-02-08
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Peritus.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.peritus.ai/
URL หน้าช่วยเหลือ https://community.peritus.ai
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.57",
    "name": "Peritus Assistant",
    "manifest_version": 2,
    "description": "Peritus Assistant for AI driven recommendations",
    "browser_action": {
        "default_title": "Peritus Assistant"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src-elem 'self' https:\/\/www.google-analytics.com https:\/\/*.peritus.ai https:\/\/*.getsitecontrol.com https:\/\/*.lr-ingest.io 'unsafe-inline'; style-src * 'unsafe-inline'; connect-src https:\/\/www.google-analytics.com https:\/\/*.peritus.ai https:\/\/*.getsitecontrol.com https:\/\/*.getsitectrl.com  https:\/\/*.lr-ingest.io; img-src * 'self' data: https:; font-src * 'self' data: https:"
}