开发者

How do Gmail plugins such as Rapportive work?

开发者 https://www.devze.com 2023-01-24 20:19 出处:网络
I know Gmail has contextual and side-bar gadgets, but how do browser extensions such as Rap开发者_JAVA百科portive work? Are they injecting their buttons / displays into the browser page? If so, wouldn

I know Gmail has contextual and side-bar gadgets, but how do browser extensions such as Rap开发者_JAVA百科portive work? Are they injecting their buttons / displays into the browser page? If so, wouldn't the browser extension break if Google decided to change the way they layout the page?


Are they injecting their buttons / displays into the browser page?

Yes.

If so, wouldn't the browser extension break if Google decided to change the way they layout the page?

Probably.


The probably leverage some part of the Gmail Greasemonkey API and inject scripts into the page to use this.

0

精彩评论

暂无评论...
验证码 换一张
取 消